Cooking with grease until I turned on tab'ing on the inline editing.

Cooking with grease until I turned on tab'ing on the inline editing.

rbyrnsrbyrns Posts: 36Questions: 9Answers: 0
edited October 2014 in Free community support

I can only update records using the inline method if I can use the enter key. Datepicker, checkbox will not update.
I am using server side processing. Any ideas where I should look next?
I tried the booklet - debug code: efovuz

Love this software over all. Gonna buy editor I think.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,886Questions: 1Answers: 10,140 Site admin

    Hi,

    For those options you probably want to show a button, which you can do using the buttons option of the form-options. For example:

    editor.inline( this, {
      buttons: "Save"
    } );
    

    Allan

  • rbyrnsrbyrns Posts: 36Questions: 9Answers: 0

    Thanks for the response allan. I will play with the button idea. After taking out all the tab stuff, I learned the following -

    If you misspell submitOnBlur (my case submitOnBlue)- you get no error and it is false even when online editing is true.

  • mRendermRender Posts: 151Questions: 26Answers: 13
    Answer ✓

    Petition to create a second function submitOnBlue

  • allanallan Posts: 61,886Questions: 1Answers: 10,140 Site admin

    How about cancelOnRed?

    The typo won't be detected as it simply means that submitOnBlur is undefined and Editor doesn't check to confirm that only the properties it knows about are defined. I did add something like to that to DataTables a while back, but it was more hassle than it was worth!

    Allan

This discussion has been closed.