Home
last modified time | relevance | path

Searched refs:textcomplete (Results 1 – 10 of 10) sorted by relevance

/plugin/linksuggest/
H A Dstyle.css9 .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 DREADME.md12 The plugin is using the jquery textcomplete Plugin (https://github.com/yuku-t/jquery-textcomplete)
H A Dscript.js1 /* DOKUWIKI:include_once vendor/jquery.textcomplete.min.js */
25 $editor.textcomplete([
/plugin/emoji/script/
H A Djquery.textcomplete.js35 $.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 Djquery.textcomplete.min.js1 /*! 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 Dscript.js31 $editForm.textcomplete([{
H A Dscreen.less61 .textcomplete-footer {
/plugin/dirtylittlehelper/
H A Dstyle.css261 .textcomplete-dropdown{ z-index: 999999 !important; }
H A Dscript.js664 $editor.textcomplete([
H A Ddokuwiki_plugin_dirtylittlehelper.txt353 .textcomplete-dropdown{ z-index: 999999 !important; }