Searched refs:textcomplete (Results 1 – 10 of 10) sorted by relevance
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-dropdown.dropdown-menu {55 .textcomplete-dropdown.dropdown-menu a:hover {
12 The plugin is using the jquery textcomplete Plugin (https://github.com/yuku-t/jquery-textcomplete)
25 $editor.textcomplete([
35 $.fn.textcomplete = function (strategies, option) { function44 completer = new $.fn.textcomplete.Completer(this, option);66 completer.register($.fn.textcomplete.Strategy.parse(strategies, {173 self.option.adapter = $.fn.textcomplete['CKEditor'];224 this.dropdown = new $.fn.textcomplete.Dropdown(element, this, this.option);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;[all …]
2 …textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function()… function
31 $editForm.textcomplete([{
61 .textcomplete-footer {
261 .textcomplete-dropdown{ z-index: 999999 !important; }
664 $editor.textcomplete([
353 .textcomplete-dropdown{ z-index: 999999 !important; }