Home
last modified time | relevance | path

Searched refs:combo (Results 1 – 25 of 57) sorted by relevance

123

/plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/
Dfck_select.js24 function Select( combo ) argument
26 var iIndex = combo.selectedIndex ;
99 function ChangeOptionPosition( combo, steps ) argument
101 var iActualIndex = combo.selectedIndex ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
121 combo.remove( iActualIndex ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
129 function RemoveSelectedOptions(combo) argument
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
Dfck_select.js24 function Select( combo ) argument
26 var iIndex = combo.selectedIndex ;
99 function ChangeOptionPosition( combo, steps ) argument
101 var iActualIndex = combo.selectedIndex ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
121 combo.remove( iActualIndex ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
129 function RemoveSelectedOptions(combo) argument
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_select/
Dfck_select.js24 function Select( combo ) argument
26 var iIndex = combo.selectedIndex ;
99 function ChangeOptionPosition( combo, steps ) argument
101 var iActualIndex = combo.selectedIndex ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
121 combo.remove( iActualIndex ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
129 function RemoveSelectedOptions(combo) argument
[all …]
/plugin/combo/resources/snippet/js/
H A Dmetadata.js18 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
19 let viewerCall = combo
27 let formViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-form-${pageId}`);
28 … let formHtmlElement = combo.Form.createFromJson(formViewerId, jsonFormMeta).toHtmlElement();
41 let response = await combo.DokuUrl
91 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
92 combo.Modal
107 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
108 let modalManagerId = combo.Html.toHtmlId(`combo-meta-manager-page-${pageId}`);
109 let managerModal = combo.Modal.getOrCreate(modalManagerId)
[all …]
H A Dquality.js10 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
16 … let modalQualityMessageId = combo.Html.toHtmlId(`combo-quality-message-page-${pageId}`);
17 let qualityMessageModal = combo.Modal.getOrCreate(modalQualityMessageId)
24 let html = await combo
H A Dcache.js11 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
17 let modalBacklinkId = combo.Html.toHtmlId(`combo-cache-${pageId}`);
18 let cacheModal = combo.Modal
49 let slotUrl = combo.DokuUrl.createEdit(slot).toString()
73 … let mtime = combo.Date.createFromIso(result["mtime"]).toSqlTimestampString();
76 let fileUrl = combo.DokuUrl
H A Dbacklink.js10 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
16 let modalBacklinkId = combo.Html.toHtmlId(`combo-backlink-${pageId}`);
17 let backlinkModal = combo.Modal.getOrCreate(modalBacklinkId)
24 let html = await combo
H A Dsubscribe.js1 (function (combo) { argument
21 let idResultModal = combo.Html.createRandomIdWithPrefix(componentName);
22 let modal = combo.Modal.getOrCreate(idResultModal);
58 })(combo);
H A Dlightbox.js38 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
39 let lightBoxId = combo.Html.toHtmlId(`combo-lightbox`);
41 let lightBoxModel = combo.Modal.getOrCreate(lightBoxId);
/plugin/combo/
H A Dcontrib.md13 property of the [Combo Plugin page](https://www.dokuwiki.org/plugin:combo)
48 git clone https://github.com/dokuwiki/dokuwiki combo
49 cd combo
56 git clone git@github.com:ComboStrap/combo
72 cd dokuwiki_home/lib/plugins/combo
78 cd dokuwiki_home/lib/plugins/combo
94 * add lib/plugins/combo as a registered root (Intellij> Version Control > Directory Mapping)
111 Use_autoloader: combo\_test\vendor\autoload.php
112 Use_default_configuration_file: combo/_test/phpunit.xml
113 Use_default_bootstrap_file: combo/lib/plugins/combo/_test/bootstrap.php
[all …]
H A DREADME.md8 …ild Status](https://travis-ci.com/ComboStrap/combo.svg?branch=main)](https://travis-ci.com/ComboSt…
H A Dplugin.info.txt1 base combo
/plugin/colorpicker/
Daction.php34 $combo = explode('=', $line, 2);
35 if (count($combo) != 2) {
38 $key = trim($combo[0]);
39 $colorvalue = trim($combo[1]);
/plugin/combo/resources/theme/default/components/css/
H A Donhover.css2 .combo-hover-easing {
6 .combo-float {
10 .combo-grow {
H A Dquality.css1 .combo-quality-item-low > svg {
/plugin/combo/grammar/
H A DREADME.md7 -o D:\dokuwiki\lib\plugins\combo\ComboStrap\PageSqlParser ^
10 -lib D:/dokuwiki/lib/plugins/combo/grammar ^
11 D:/dokuwiki/lib/plugins/combo/grammar\PageSql.g4
16 * Output directory: `D:\dokuwiki\lib\plugins\combo\`
19 * Lib (not yet used): `D:\dokuwiki\lib\plugins\combo\grammar`
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarspecialcombo.js68 function FCKToolbarSpecialCombo_RefreshActiveItems( combo, value ) argument
70 combo.DeselectAll() ;
71 combo.SelectItem( value ) ;
72 combo.SetLabelById( value ) ;
Dfcktoolbarfontformatcombo.js94 FCKToolbarFontFormatCombo.prototype.RefreshActiveItems = function( combo, value ) argument
101 if ( combo.Label != ' ' )
102 combo.DeselectAll(true) ;
109 combo.SelectItemByLabel( value, true ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarspecialcombo.js70 function FCKToolbarSpecialCombo_RefreshActiveItems( combo, value ) argument
72 combo.DeselectAll() ;
73 combo.SelectItem( value ) ;
74 combo.SetLabelById( value ) ;
/plugin/datepicker/
Dstyle.css174 .calendar .combo {
188 .calendar .combo .label,
189 .calendar .combo .label-IEfix {
194 .calendar .combo .label-IEfix {
198 .calendar .combo .hilite {
205 .calendar .combo .active {
/plugin/combo/db/combo/
H A DREADME.md4 The database can be found at meta/combo.sqlite3
/plugin/wysiwyg/fckeditor/_samples/lasso/
Dsample02.lasso44 function AddComboOption(combo, optionText, optionValue)
48 combo.options.add(oOption) ;
/plugin/ckgedit/ckeditor/skins/kama/
Dreadme.md17 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsample02.lasso44 function AddComboOption(combo, optionText, optionValue)
48 combo.options.add(oOption) ;
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
Dreadme.md25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded

123