5.10

Two submitbuttons on one page with page-validator makes clicked submitbutton exclusive

Dear Bonita-community,

I encounter a strange behavior when using two submit-button on one page. The page has also a page-validator (That for instance only does a check on clicked button and returns always false). When I have clicked one of the two submit-buttons, the submit-button clicked stays active but then the other submit-button becomes disabled/not active. There is not detection anymore that the second submit-button is clicked.

Has anybody else found this problem and what would be the solution?

Cheers, Steven

Custom javascript ondblclick on table row -> registration of selection to bonita engine

Hi Everybody,

I made a custom ondblclick on a table. When a double-click is done on the table row, the row must be selected and then the page needs to be submitted.

For now I have the following:

1: I put in the next-button a custom class named "submitButton" 2: on the table widget I put into the Options->Html attributes a onmouseover event:

onmouseover="$('tr', this).off('dblclick').dblclick(function(){ var selected = $('td', this).eq(0).text(); alert(selected); $(this).addClass('bonita_form_table_selected'); $('.submitButton').trigger( 'click' );});"

Bonita 5.10 form validation on a smartphone

Hello,

Is it possible to fill and validate bonita 5.10 process forms on a smartphone ?

Best regards,

Marina

Notifications