Where would I add the Event.waitUntilLoaded javascript?
I am using Designer 8.2.
The command button control has Client-Side Events tab. Under this tab, I see Click, Double Click, Mouse Down, etc; but none of these options are appropriate.
The jsf Form control has Client-Side Events tab as well. Under this tab, I see Click, …, Submit; but these options are not appropriate either.
Here’s my problem in detail.
I have one portlet with one form having toggle options and hideable panels. One of the hiedable panel had a async command button. When it is clicked, a webservice refresh() call is made, and current hidable panel is refreshed when the response is returned.
Now I need to use synchronous command button. When the sync com button is clicked, the webservice refresh() is made, and the page is refreshed. However, the last hideable panel is hidden this time.
I tried to set the toggle option by setting “Default Focus” property of Form Display - no hideable panel displayed although the toggle option is auto selected.
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS