Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Enetr key enablement

    Hi,
    I am creating a DynamicForm for JAAS authentication which has two fields on iy j_username and other is j_password..

    And then I created the IButton which actually submits the form.
    I ,then, associated DynamicForm and IButton within one VLayout.

    But the problem is that I have to click the submit button through mouse. Its not submitted through "Enter key".

    So how can I enable that functionality, i.e. when I click the enter key, the form is get submitted.

    Thanks,
    Suzan

    #2
    Hi Suzan,

    You can set form.saveOnEnter to enable this.

    Comment

    Working...
    X