Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2165
Set expanded option to toolbar
posted

How to collapse a toolbar? I tried this, but doesn't work:

$("#MyIdeas_toolbars_textToolbar").igToolbar("option", "isExpanded", "false");

Parents
  • 20255
    Offline posted

    Hello,

    Thank you for contacting us.

    You should pass the third parameter as Boolean and not String.

    $("#MyIdeas_toolbars_textToolbar").igToolbar("option", "isExpanded", false);

Reply Children