Topic: Widget Events
From Rezvie F. Navallo:
I have found that when you put document.observe('dom:loaded', function() {}) such as autocompleter from the widget, on tooltwist designer you can't move that widget out of the page into the basket.
You are not logged in. Please login or register.
From Rezvie F. Navallo:
I have found that when you put document.observe('dom:loaded', function() {}) such as autocompleter from the widget, on tooltwist designer you can't move that widget out of the page into the basket.
Hi Rezvie,
In a widget's "renderForDesigner()" and "renderForPreview()" methods, it is important to not set any events. The objective
in these modes is to design the page, not to actually use the widget. Consequently, in these mode, show the appearance
of the widget (e.g. HTML), but don't put Javascript or other logic.
Save the Javascript for renderForJSP().
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 2 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.018 seconds, 9 queries executed ]