good day....
I need to know about Ice.onAsynchronousReceive() and how to use for handling the show/hide event binded to Ice:panelCollapsible and add a jQuery function to it.
To make the plugin work, this lines help a (inside <script> html tag):
(i assume plugin is added to the page via <script> tag)
Code:
//validate if browser=IE...
if(jQuery.browser.msie){
jQuery(".fixed-select").selecteSizer();
}
but putting this in icefaces it doesnt work.
Regards...
Malm