Searched refs:textcomplete (Results 1 – 10 of 10) sorted by relevance
/plugin/linksuggest/ |
H A D | style.css | 9 .textcomplete-dropdown.dropdown-menu { 18 .textcomplete-dropdown.dropdown-menu li { 26 .textcomplete-dropdown.dropdown-menu li.textcomplete-header, 27 .textcomplete-dropdown.dropdown-menu li.textcomplete-footer{ 32 .textcomplete-dropdown.dropdown-menu li a { 37 .textcomplete-dropdown.dropdown-menu li:first-child { 41 .textcomplete-dropdown.dropdown-menu li:hover, 49 .textcomplete [all...] |
H A D | README.md | 12 The plugin is using the jquery textcomplete Plugin (https://github.com/yuku-t/jquery-textcomplete)
|
H A D | script.js | 1 /* DOKUWIKI:include_once vendor/jquery.textcomplete.min.js */ 25 $editor.textcomplete([
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 35 $.fn.textcomplete = function (strategies, option) { function 173 self.option.adapter = $.fn.textcomplete['CKEditor']; 234 Adapter = $.fn.textcomplete[viewName]; 358 $.fn.textcomplete.Completer = Completer; 879 $.fn.textcomplete.Dropdown = Dropdown; 880 $.extend($.fn.textcomplete, commands); 933 $.fn.textcomplete.Strategy = Strategy; 1073 $.fn.textcomplete.Adapter = Adapter; 1145 $.fn.textcomplete.Textarea = Textarea; 1197 $.fn.textcomplete.IETextarea = IETextarea; [all …]
|
/plugin/linksuggest/vendor/ |
H A D | jquery.textcomplete.min.js | 1 /*! jquery-textcomplete - v1.8.5 - 2019-02-17 */ 2 !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof module&&module.exports){var b=require("jquery");module.exports=a(b)}else a(jQuery)}(function(a){if("undefined"==typeof a)throw new Error("jQuery.textcomplete requires jQuery");return+function(a){"use strict";var b=function(a){console.warn&&console.warn(a)},c=1;a.fn.textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function(){var g=this,h=a(this),i=h.data("textComplete");if(i||(e||(e={}),e._oid=c++,i=new a.fn.textcomplete.Completer(this,e),h.data("textComplete",i)),"string"==typeof d){if(!i)return;f.shift(),i[d].apply(i,f),"destroy"===d&&h.removeData("textComplete")}else a.each(d,function(c){a.each(["header","footer","placement","maxCount"],function(a){c[a]&&(i.option[a]=c[a],b(a+"as a strategy param is deprecated. Use option."),delete c[a])})}),i.register(a.fn.textcomplete.Strategy.parse(d,{el:g,$el:h}))})}}(a),+function(a){"use strict";function b(c,d){if(this.$el=a(c),this.id="textcomplete"+e++,this.strategies=[],this.views=[],this.option=a.extend({},b.defaults,d),!(this.$el.is("input[type=text]")||this.$el.is("input[type=search]")||this.$el.is("textarea")||c.isContentEditable||"true"==c.contentEditable))throw new Error("textcomplete must be called on a Textarea or a ContentEditable.");if(c===c.ownerDocument.activeElement)this.initialize();else{var g=this;this.$el.one("focus."+this.id,function(){g.initialize()}),this.option.adapter&&"CKEditor"!=this.option.adapter||"undefined"==typeof CKEDITOR||!this.$el.is("textarea")||CKEDITOR.on("instanceReady",function(b){-1==a.inArray(b.editor.id,f)&&(f.push(b.editor.id),b.editor.on("focus",function(c){g.$el=a(b.editor.editable().$),g.option.adapter||(g.option.adapter=a.fn.textcomplete.CKEditor),g.option.ckeditor_instance=b.editor,g.initialize()}))})}}var c=function(a){var b,c;return function(){var d=Array.prototype.slice.call(arguments);if(b)return void(c=d);b=!0;var e=this;d.unshift(function f(){if(c){var d=c;c=void 0,d.unshift(f),a.apply(e,d)}else b=!1}),a.apply(this,d)}},d=function(a){return"[object String]"===Object.prototype.toString.call(a)},e=0,f=[];b.defaults={appendTo:"body",className:"",dropdownClassName:"dropdown-menu textcomplete-dropdown",maxCount:10,zIndex:"100",rightEdgeOffset:30},a.extend(b.prototype,{id:null,option:null,strategies:null,adapter:null,dropdown:null,$el:null,$iframe:null,initialize:function(){var b=this.$el.get(0);if(this.$el.prop("ownerDocument")!==document&&window.frames.length)for(var c=0;c<window.frames.length;c++)if(this.$el.prop("ownerDocument")===window.frames[c].document){this.$iframe=a(window.frames[c].frameElement);break}this.dropdown=new a.fn.textcomplete function [all...] |
/plugin/emoji/ |
H A D | script.js | 31 $editForm.textcomplete([{
|
H A D | screen.less | 61 .textcomplete-footer {
|
/plugin/dirtylittlehelper/ |
H A D | style.css | 261 .textcomplete-dropdown{ z-index: 999999 !important; }
|
H A D | script.js | 664 $editor.textcomplete([
|
H A D | dokuwiki_plugin_dirtylittlehelper.txt | 353 .textcomplete-dropdown{ z-index: 999999 !important; }
|