XPages – Client verification for disabling DOJO combo box

I’m trying to disable the client side validation of the Dojo combo box. I added a dojo attribute “required” and set it to false but it still doesn’t work. I do want to enable the server side Verification, this is why I set required=”true”. Can anyone see what changes need to be made to the following code?












Try to use a method that always returns true to override the client side validation formula of the combo box:

 id="djComboBox1"
required="true"
validatorExt="return true;">
< br />




I am trying to disable the client verification of the Dojo combo box. I have added a dojo attribute “Required” and set it to false but this still doesn’t work. I do want to enable server-side authentication, which is why I set required=”true”. Can anyone see what changes need to be made to the following code?












< /p>

Try to use a method that always returns true to override the client-side validation formula of the combo box:

 id=" djComboBox1"
required="true"
validatorExt="return true;">






WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5794 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.