Home
last modified time | relevance | path

Searched refs:show_checkboxes (Results 1 – 1 of 1) sorted by relevance

/plugin/metaeditor/
H A Djstree.js4867 …this.show_checkboxes = function () { this._data.core.themes.checkboxes = true; this.get_container_… method in AnonymousFunctiona82bfad2bc00
4879 …(this._data.core.themes.checkboxes) { this.hide_checkboxes(); } else { this.show_checkboxes(); } };