Hello,
Have integrated jQuery in HTML-AREA and all work well theoretically, except that sometimes jQuery components aren’t drawn properly.
Use
plugins.WebClientUtils.executeClientSideJS
and some running-conditions break: jQuery’s callback is too late and HTML-AREA isn’t generated properly. There are more than 1 HTML-AREAs on the form. So again: in general -good; sometimes -crash. Not able to reproduce steady scenario for crash and can only describe it as ‘sometimes’.
Is there any way to explicitly “wait” for complete execution of plugins.WebClientUtils.executeClientSideJS? Function’s retType is void; to use in combination with some other function(s)?
Regards