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
Toolbarsettings
posted

Documentation says:

var toolbarSettings = $(".selector").igHtmlEditor("option", "toolbarSettings");

But, what can I do with toolbarSettings? What is toolbarSettings good for? I would like to see this kind of information in the documentation :) It looks like a toolbar itself and not the settings of a toolbar. For example if I do:

var toolbarSettings = $("#MyDescription_toolbars_textToolbar").igHtmlEditor("option", "toolbarSettings");

and then:

toolbarSettings.igToolbar("option", "isExpanded");

It returns the state of the toolbar: true or false.

Parents
No Data
Reply Children
No Data