PHP Classes

File: public/js/tinymce/src/themes/mobile/src/main/js/api/Settings.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/themes/mobile/src/main/js/api/Settings.js   Download  
File: public/js/tinymce/src/themes/mobile/src/main/js/api/Settings.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 238 bytes
 

Contents

Class file image Download
define( 'tinymce.themes.mobile.api.Settings', [ ], function () { var isSkinDisabled = function (editor) { return editor.settings.skin === false; }; return { isSkinDisabled: isSkinDisabled }; } );