Home
last modified time | relevance | path

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

12

/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js24 function Select( combo ) argument
26 var iIndex = combo.selectedIndex ;
101 var iActualIndex = combo.selectedIndex ;
121 combo.remove( iActualIndex ) ;
129 function RemoveSelectedOptions(combo) argument
134 var oOptions = combo.options ;
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
146 combo.selectedIndex = iSelectedIndex ;
161 combo.options.add( oOption, index ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js24 function Select( combo ) argument
26 var iIndex = combo.selectedIndex ;
101 var iActualIndex = combo.selectedIndex ;
121 combo.remove( iActualIndex ) ;
129 function RemoveSelectedOptions(combo) argument
134 var oOptions = combo.options ;
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
146 combo.selectedIndex = iSelectedIndex ;
161 combo.options.add( oOption, index ) ;
[all …]
/plugin/combo/resources/snippet/js/
H A Dmetadata.js17 const viewerCallEndpoint = "combo-meta-viewer";
18 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
63 const metaManagerCall = "combo
[all...]
H A Dquality.js5 document.querySelectorAll(".combo-quality-item").forEach((metadataControlItem) => {
10 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)
23 let qualityCall = "combo-quality-message";
24 let html = await combo
H A Dcache.js6 document.querySelectorAll(".combo-cache-item").forEach((metadataControlItem) => {
11 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
17 let modalBacklinkId = combo.Html.toHtmlId(`combo-cache-${pageId}`);
18 let cacheModal = combo.Modal
32 let cachePageInfo = document.querySelector('script[type="application/combo+cache+json"]');
49 let slotUrl = combo.DokuUrl.createEdit(slot).toString()
73 let mtime = combo
[all...]
H A Dbacklink.js5 document.querySelectorAll(".combo-backlink-item").forEach((metadataControlItem) => {
10 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)
23 let qualityCall = "combo-backlink";
24 let html = await combo
H A Dsubscribe.js1 (function (combo) {
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);
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
/plugin/colorpicker/
H A 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/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarspecialcombo.js70 function FCKToolbarSpecialCombo_RefreshActiveItems( combo, value ) argument
72 combo.DeselectAll() ;
73 combo.SelectItem( value ) ;
74 combo.SetLabelById( value ) ;
/plugin/datepicker/
H A 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/
H A Dplugin.info.txt1 base combo
H A DREADME.md8 [![Build Status](https://travis-ci.com/ComboStrap/combo.svg?branch=main)](https://travis-ci.com/ComboStrap/combo)
/plugin/combo/db/combo/
H A DREADME.md4 The database can be found at meta/combo.sqlite3
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso44 function AddComboOption(combo, optionText, optionValue)
48 combo.options.add(oOption) ;
/plugin/ckgedit/ckeditor/skins/kama/
H A 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/ckgdoku/ckeditor/skins/moono-lisa/
H A 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
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm45 function AddComboOption(combo, optionText, optionValue)
49 combo.options.add(oOption) ;
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A 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

12