Код: Выделить всё
Event: Click
Selection Type: Button
Button: ADD
True Action: Execute JavaScript Code
$(this.triggeringElement).prop('disabled', true);
$(this.triggeringElement).addClass('is-disabled');
True Action: Execute server side Code (which raises the error)
< /code>
Для этого создал еще один da < /p>
Event: Custom
Custom Event: apexerror
Selection Type: JavaScript Expression
JavaScript Expression:
$('button.is-disabled').prop('disabled', false).removeClass('is-disabled');
Подробнее здесь: https://stackoverflow.com/questions/796 ... racle-apex
Мобильная версия