hoomanra Posted January 18, 2016 Posted January 18, 2016 Hi. Could anyone tell me how to expand or collapse a Tunipanel by code? I tried using extjs code like: Mainform.unipanel1.collapse (true) or Mainform.unipanel1.toggleCollapse (true) on different events of the panel when the weblication starts. It works. But it breaks the normal behavior of the panel. The panel wont respond to collapse/expand action when the user clicks on the collapse/expand botton on the top right of the panel. Any help appreciated. Hooman Quote
Kanat Posted January 19, 2016 Posted January 19, 2016 UniSession.AddJS('Ext.onReady(function () {' + Unipanel1.JSName + '.collapse()});'); UniSession.AddJS('Ext.onReady(function () {' + Unipanel1.JSName + '.expand()});'); 1 Quote
hoomanra Posted January 19, 2016 Author Posted January 19, 2016 Thanks heaps mate. It worked perfectly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.