Hi, I have a complex editor page I plan to implement in JavaScript (YUI 3). However, there are components implemented in Wicket and present on other pages, that I'd like to reuse - if possible. For example I have a combobox that first contains only 10 items, the last one will populate 30 more, or it can switch to textfield + autocomplete also. Is there an easy way to reuse the later component in my JavaScript codes - e.g. to include on demand, use it and extract the final value?
Regards, Istvan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
