Home
last modified time | relevance | path

Searched refs:picker (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/tindexmenu/
H A Dscript.js19 function indexmenu_createTocMenu(get,picker,btn) { argument
20 var toc_picker = $(picker);
22 toc_picker=indexmenu_createPicker(picker);
37 indx_list = picker;
73 var x = 3, y = 3, picker = $(pickerid);
74 if(picker.style.display == 'none'){
77 if (picker.id != 'picker_plugin_indexmenu') {
82 picker.style.display = 'block';
83 picker.style.left = x+'px';
84 picker.style.top = y+'px';
[all …]
/plugin/cellbg/
H A Dscript.js86 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/
H A Dscript.js86 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/
H A Djscolor.js556 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);
561 mxJSColor.picker.box.appendChild(mxJSColor.picker.padM);
562 mxJSColor.picker.btnS.appendChild(mxJSColor.picker.btnT);
563 mxJSColor.picker.btn.appendChild(mxJSColor.picker.btnS);
564 mxJSColor.picker.box.appendChild(mxJSColor.picker.btn);
565 mxJSColor.picker.boxB.appendChild(mxJSColor.picker.box);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js2052 var picker = pickers[name];
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()
2080 return picker;
2145 var view = new google.picker.DocsView(google.picker.ViewId.FOLDERS)
2149 var view2 = new google.picker.DocsView()
2152 var view3 = new google.picker.DocsView()
2278 var view = new google.picker.DocsView(google.picker.ViewId.FOLDERS)
[all …]
H A DMinimal.js1836 picker.style.top = '60px';
1883 picker.style.display = '';
2000 ui.picker = picker;
2133 picker.innerHTML = '';
2146 picker.appendChild(elt);
2147 mxUtils.br(picker);
2231 picker.style.top = '50%';
2232 picker.style.bottom = '';
2233 picker.style.height = '';
2243 picker.innerHTML = '';
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js605 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);
610 jscolor.picker.box.appendChild(jscolor.picker.padM);
611 jscolor.picker.btnS.appendChild(jscolor.picker.btnT);
612 jscolor.picker.btn.appendChild(jscolor.picker.btnS);
613 jscolor.picker.box.appendChild(jscolor.picker.btn);
614 jscolor.picker.boxB.appendChild(jscolor.picker.box);
[all …]
/plugin/charpicker/
H A DREADME.md4 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…
H A Dplugin.info.txt6 desc Adds characters to special chars picker
/plugin/colorpicker/
H A DREADME.md3 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.
H A Dplugin.info.txt6 desc This plugin shows a color picker in the editor toolbar. The allowed color combinations can be …
/plugin/scrapbook/
H A Dstyle.less1 div.picker.plugin-scrapbook {
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js938 function extendPicker(picker, rows, cols) argument
940 for (var i = picker.rows.length; i < rows; i++)
942 var row = picker.insertRow(i);
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);
1030 for (var i = 0; i < picker.rows.length; i++)
1032 var r = picker.rows[i];
1360 this.colorDialog.picker.fromString('ffffff');
[all …]
H A DDialogs.js74 var picker = new mxJSColor.color(input);
75 picker.pickerOnfocus = false;
76 picker.showPicker();
80 mxJSColor.picker.box.style.width = '230px';
81 mxJSColor.picker.box.style.height = '100px';
83 div.appendChild(mxJSColor.picker.box);
153 picker.fromString('ffffff');
158 picker.fromString(clr);
283 picker.fromString('ffffff');
288 picker.fromString(color);
[all …]
/plugin/caption/
H A Dstyle.css22 div.picker.captionpicker {
/plugin/indexnumber/
H A Dplugin.info.txt6 desc This plugin shows a picker for index numbers in the editor toolbar. The allowed index names …
/plugin/aceeditor/
H A Dstyle.css3 .picker {
/plugin/typography/
H A DREADME.md10picker.png) ![font-size icon](https://raw.githubusercontent.com/ssahara/dw-plugin-typography/maste…
/plugin/indexmenu/scripts/
H A Dcontextmenu.js233 * Create or catch the picker and hide it, next call the ajax content loading to get the ToC
236 * @param {string} picker id of picker
239 createTocMenu: function (get, picker, btn) {
240 var $toc_picker = jQuery('#' + picker);
242 $toc_picker = IndexmenuUtils.createPicker(picker, 'indexmenu_toc');
256 * Shows the picker and adds to it or to an internal containter the ajax content
259 * @param {jQuery} $picker
261 * @param {jQuery} $container if defined ajax result is added to it, otherwise to $picker
264 ajaxmenu: function (get, $picker,
[all...]
/plugin/howhard/
H A Dstyle.css41 div.picker.howhard_toolbar {
/plugin/edittable/less/
H A Deditor.less37 div.picker {
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css69 .toolbar button.toolbutton, .picker button.toolbutton, .picker button.pickerbutton {
/plugin/stars2/
H A Daction.php41 'type' => 'picker',
/plugin/txt2tags/
H A Dtoolbar.php202 'type' => 'picker',
210 'type' => 'picker',
/plugin/watchcycle/
H A Dstyle.less74 .picker.plugin-watchcycle {

1234