PHP Classes

File: Application/Module/Core/Public/Js/tinymce/plugins/advlist/plugin.min.js

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/Core/Public/Js/tinymce/plugins/advlist/plugin.min.js   Download  
File: Application/Module/Core/Public/Js/tinymce/plugins/advlist/plugin.min.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 6 years ago
Size: 1,444 bytes
 

Contents

Class file image Download
tinymce.PluginManager.add("advlist", function(a){function b(a, b){var c = []; return tinymce.each(b.split(/[ ,]/), function(a){c.push({text:a.replace(/\-/g, " ").replace(/\b\w/g, function(a){return a.toUpperCase()}), data:"default" == a?"":a})}), c}function c(b, c){a.undoManager.transact(function(){var d, e = a.dom, f = a.selection; if (d = e.getParent(f.getNode(), "ol,ul"), !d || d.nodeName != b || c === !1){var h = {"list-style-type":c?c:""}; a.execCommand("UL" == b?"InsertUnorderedList":"InsertOrderedList", !1, h)}c = c === !1?g[b]:c, g[b] = c, d = e.getParent(f.getNode(), "ol,ul"), d && (e.setStyle(d, "listStyleType", c?c:null), d.removeAttribute("data-mce-style")), a.focus()})}function d(b){var c = a.dom.getStyle(a.dom.getParent(a.selection.getNode(), "ol,ul"), "listStyleType") || ""; b.control.items().each(function(a){a.active(a.settings.data === c)})}var e, f, g = {}; e = b("OL", a.getParam("advlist_number_styles", "default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman")), f = b("UL", a.getParam("advlist_bullet_styles", "default,circle,disc,square")), a.addButton("numlist", {type:"splitbutton", tooltip:"Numbered list", menu:e, onshow:d, onselect:function(a){c("OL", a.control.settings.data)}, onclick:function(){c("OL", !1)}}), a.addButton("bullist", {type:"splitbutton", tooltip:"Bullet list", menu:f, onshow:d, onselect:function(a){c("UL", a.control.settings.data)}, onclick:function(){c("UL", !1)}})});