Home
last modified time | relevance | path

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

/plugin/revealjs/
H A DREADME.md219 ~~REVEAL theme_name~~
221 with `theme_name` replaced by one of the reveal.js themes as listed under "Available themes".
/plugin/metaeditor/
H A Djstree.js4189 set_theme : function (theme_name, theme_url) { argument
4190 if(!theme_name) { return false; }
4194 theme_url = dir + '/' + theme_name + '/style.css';
4203 this._data.core.themes.name = theme_name;
4204 this.element.addClass('jstree-' + theme_name);
4205 …ings.core.themes.responsive ? 'addClass' : 'removeClass' ]('jstree-' + theme_name + '-responsive');
4212 this.trigger('set_theme', { 'theme' : theme_name });