Hi,
I have DynamicForm which I want to have option to submit with Enter button. According to posts on forum I set saveOnEnter property on DynamicForm. But then I got error:
DynamicForm:isc_DynamicForm_9:saveData() called on a non-databound DynamicForm. This is not supported. for information on databinding of components look at the documentation for the DataSource class. If this was intended to be a native HTML form submission, set the canSubmit property to true on this form.
So I set canSubmit, but then my page was submitted and refreshed, whcih I don't want.
I have a modal window with form and button to submit form. On submit (so on click on button) this window is close. How to simulate this with Enter button?
I have DynamicForm which I want to have option to submit with Enter button. According to posts on forum I set saveOnEnter property on DynamicForm. But then I got error:
DynamicForm:isc_DynamicForm_9:saveData() called on a non-databound DynamicForm. This is not supported. for information on databinding of components look at the documentation for the DataSource class. If this was intended to be a native HTML form submission, set the canSubmit property to true on this form.
So I set canSubmit, but then my page was submitted and refreshed, whcih I don't want.
I have a modal window with form and button to submit form. On submit (so on click on button) this window is close. How to simulate this with Enter button?
Comment