PHP Classes

File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/plugins/example_dependency/plugin.js

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/plugins/example_dependency/plugin.js   Download  
File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/plugins/example_dependency/plugin.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 819 bytes
 

Contents

Class file image Download
/** * plugin.js * * Released under LGPL License. * Copyright (c) 1999-2015 Ephox Corp. All rights reserved * * License: http://www.tinymce.com/license * Contributing: http://www.tinymce.com/contributing */ /*jshint unused:false */ /*global tinymce:true */ /** * Register the plugin, specifying the list of the plugins that this plugin depends on. They are specified in a list, * with the list loaded in order. plugins in this list will be initialised when this plugin is initialized. (before the * init method is called). plugins in a depends list should typically be specified using the short name). If necessary * this can be done with an object which has the url to the plugin and the shortname. */ tinymce.PluginManager.add('example_dependency', function() { // Example logic here }, ['example']);