Searched refs:picker (Results 1 – 25 of 83) sorted by relevance
1234
| /plugin/tindexmenu/ |
| D | script.js | 19 function indexmenu_createTocMenu(get,picker,btn) { argument 20 var toc_picker = $(picker); 22 toc_picker=indexmenu_createPicker(picker); 25 …irstChild, 'click',function (event) {event.stopPropagation();return indexmenu_showPicker(picker)}); 32 function indexmenu_ajaxmenu(get,picker,btn,container,oncomplete) { argument 37 indx_list = picker; 39 if (!indexmenu_showPicker(picker,btn)) return; 73 var x = 3, y = 3, picker = $(pickerid); 74 if(picker.style.display == 'none'){ 77 if (picker.id != 'picker_plugin_indexmenu') { [all …]
|
| /plugin/cellbg/ |
| D | script.js | 86 var picker = document.createElement('div'); 87 picker.className = 'picker'; 88 picker.id = p_id; 89 picker.style.position = 'absolute'; 90 picker.style.display = 'none'; 96 picker.appendChild(btn); 102 picker.appendChild(btn); 107 body.appendChild(picker); // attach the picker <div> to the page body
|
| /plugin/cellbg2/ |
| D | script.js | 86 var picker = document.createElement('div'); 87 picker.className = 'picker'; 88 picker.id = p_id; 89 picker.style.position = 'absolute'; 90 picker.style.display = 'none'; 96 picker.appendChild(btn); 102 picker.appendChild(btn); 107 body.appendChild(picker); // attach the picker <div> to the page body
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 529 delete mxJSColor.picker.owner; 530 document.getElementsByTagName('body')[0].removeChild(mxJSColor.picker.boxB); 535 if(!mxJSColor.picker) { 536 mxJSColor.picker = { 554 mxJSColor.picker.sld.appendChild(seg); 556 mxJSColor.picker.sldB.appendChild(mxJSColor.picker.sld); 557 mxJSColor.picker.box.appendChild(mxJSColor.picker.sldB); 558 mxJSColor.picker.box.appendChild(mxJSColor.picker.sldM); 559 mxJSColor.picker.padB.appendChild(mxJSColor.picker.pad); 560 mxJSColor.picker.box.appendChild(mxJSColor.picker.padB); [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DriveClient.js | 2052 var picker = pickers[name]; 2054 if (picker == null || pickers[name + 'Token'] != _token) 2058 var view = new google.picker.DocsView(google.picker.ViewId.FOLDERS) 2062 var view2 = new google.picker.DocsView() 2065 var view21 = new google.picker.DocsView() 2069 picker = new google.picker.PickerBuilder() 2073 .enableFeature(google.picker.Feature.SUPPORT_DRIVES) 2077 .addView(google.picker.ViewId.RECENTLY_PICKED); 2080 return picker; 2098 if (data.action == google.picker.Action.PICKED) [all …]
|
| D | Minimal.js | 721 mxUtils.isAncestorNode(this.editorUi.picker, elt)) 723 var off = mxUtils.getOffset(this.editorUi.picker); 725 off.x += this.editorUi.picker.offsetWidth + 4; 1801 var picker = (urlParams['sketch'] == '1') ? document.createElement('div') : null; 1835 picker.style.left = '10px'; 1836 picker.style.top = '60px'; 1883 picker.style.display = ''; 1884 picker.style.left = (ui.diagramContainer.offsetLeft - 1885 picker.offsetWidth - 4) + 'px'; 1886 picker.style.top = ui.diagramContainer.offsetTop + 'px'; [all …]
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 578 delete jscolor.picker.owner; 579 document.getElementsByTagName('body')[0].removeChild(jscolor.picker.boxB); 584 if(!jscolor.picker) { 585 jscolor.picker = { 603 jscolor.picker.sld.appendChild(seg); 605 jscolor.picker.sldB.appendChild(jscolor.picker.sld); 606 jscolor.picker.box.appendChild(jscolor.picker.sldB); 607 jscolor.picker.box.appendChild(jscolor.picker.sldM); 608 jscolor.picker.padB.appendChild(jscolor.picker.pad); 609 jscolor.picker.box.appendChild(jscolor.picker.padB); [all …]
|
| /plugin/charpicker/ |
| D | README.md | 4 Modify character selection in the Dokuwiki Secial Chars picker 6 …his plugin to add characters to the Special Chars picker or to delete unused characters from the p…
|
| D | plugin.info.txt | 6 desc Adds characters to special chars picker
|
| /plugin/colorpicker/ |
| D | README.md | 3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag. 19 The combination name will be used as the title (shown on mouseover) for the picker button.
|
| D | plugin.info.txt | 6 desc This plugin shows a color picker in the editor toolbar. The allowed color combinations can be …
|
| /plugin/scrapbook/ |
| D | style.less | 1 div.picker.plugin-scrapbook {
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Menus.js | 938 function extendPicker(picker, rows, cols) argument 940 for (var i = picker.rows.length; i < rows; i++) 942 var row = picker.insertRow(i); 944 for (var j = 0; j < picker.rows[0].cells.length; j++) 950 for (var i = 0; i < picker.rows.length; i++) 952 var row = picker.rows[i]; 1010 var picker = createPicker(5, 5); 1011 elt2.firstChild.appendChild(picker); 1027 extendPicker(picker, Math.min(20, row2.sectionRowIndex + ext), Math.min(20, td.cellIndex + ext)); 1030 for (var i = 0; i < picker.rows.length; i++) [all …]
|
| D | Dialogs.js | 74 var picker = new mxJSColor.color(input); 75 picker.pickerOnfocus = false; 76 picker.showPicker(); 79 mxJSColor.picker.box.style.position = 'relative'; 80 mxJSColor.picker.box.style.width = '230px'; 81 mxJSColor.picker.box.style.height = '100px'; 82 mxJSColor.picker.box.style.paddingBottom = '10px'; 83 div.appendChild(mxJSColor.picker.box); 153 picker.fromString('ffffff'); 158 picker.fromString(clr); [all …]
|
| /plugin/caption/ |
| D | style.css | 22 div.picker.captionpicker {
|
| /plugin/indexnumber/ |
| D | plugin.info.txt | 6 desc This plugin shows a picker for index numbers in the editor toolbar. The allowed index names …
|
| /plugin/typography/ |
| D | README.md | 10 …picker.png)  { argument 240 var $toc_picker = jQuery('#' + picker); 242 $toc_picker = IndexmenuUtils.createPicker(picker, 'indexmenu_toc');
|
| /plugin/aceeditor/ |
| D | style.css | 3 .picker {
|
| /plugin/howhard/ |
| D | style.css | 41 div.picker.howhard_toolbar {
|
| /plugin/edittable/less/ |
| D | editor.less | 37 div.picker {
|
| /plugin/combo/resources/theme/default/pages/templates/ |
| H A D | app-edit.css | 69 .toolbar button.toolbutton, .picker button.toolbutton, .picker button.pickerbutton {
|
| /plugin/stars2/ |
| D | action.php | 41 'type' => 'picker',
|
| /plugin/watchcycle/ |
| D | style.less | 74 .picker.plugin-watchcycle {
|
| /plugin/txt2tags/ |
| D | toolbar.php | 202 'type' => 'picker', 210 'type' => 'picker',
|
1234