How can I collapse a collapsible menu in javascript?
Posted: Fri Mar 21, 2014 8:36 pm
I would like to invoke a service and on success of the service being invoked I would like the collapse menu to collapse.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I would like to invoke a service and on success of the service being invoked I would like the collapse menu to collapse.
Hello!
Use code preAppery("mobilecollapsblock_23").collapsible( "option", "collapsed", false);/pre to expand collapcible and preAppery("mobilecollapsblock_23").collapsible( "option", "collapsed", true);/pre to collapse
where mobilecollapsblock_23 - collapcibleblock name