OpenUI Toggle Row Visibility
Hi,
I am trying to develop a Toggle applet to show/hide applets within a view. As per OpenUI bookshelf, we can do that using SWT code: <div enabletoggle="true"></div>. I tried this on List applet and its not working.
My question: Does toggle work on List Applets? or do I need to customize the List applet to look like Tile before enabling toggle?
-Eswar