Home
last modified time | relevance | path

Searched refs:select (Results 776 – 800 of 833) sorted by path

1...<<31323334

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm73 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
74 </select>
H A Dsample02_mx.cfm79 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
80 </select>
H A Dsample03.cfm58 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
61 </select>
H A Dsample03_mx.cfm64 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
67 </select>
H A Dsample04.cfm63 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
67 </select>
H A Dsample04_mx.cfm69 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
73 </select>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso73 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
74 </select>
H A Dsample03.lasso58 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
61 </select>
H A Dsample04.lasso63 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
67 </select>
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css24 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_ie.js148 oIERange.select() ;
154 oIERange.select() ;
162 oIERange.select() ;
H A Dfckeditingarea.js322 range.select() ;
326 range.select() ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js711 range.select() ;
H A Dfckselection_ie.js119 oRange.select() ;
129 oRange.select() ;
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js34 F = {input:1, button:1, textarea:1, select:1, label:1} ; property in FCK.DTD.F
36 …d:1, button:1, h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, select:1, '#':1, ins:1, a… property in FCK.DTD.H
66 select: {optgroup:1, option:1},
H A Dfck_xhtml10transitional.js30 B = {input:1, button:1, select:1, textarea:1, label:1} ; property in FCK.DTD.B
39 …h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, font:1, '#':1, select:1, menu:1, ins:1, … property in FCK.DTD.K
71 select: {optgroup:1, option:1},
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css52 body, td, input, select selector
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso75 select($Command);
120 select(file_currenterror( -errorcode));
133 /select;
190 select(file_currenterror( -errorcode));
195 /select;
216 /select;
H A Dupload.lasso137 select(file_currenterror( -errorcode));
142 /select;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 … (C.parentElement()!=FCK.EditingArea.Textarea) return true;C.text='\t';C.select();}else{var a=[];v…
48 … C=A.text.length;A.moveEnd("character",1);A.select();if (A.text.length>C){A.moveEnd("character",-1…
50select:1,textarea:1,label:1};C=X({a:1},B);D=X({iframe:1},C);E={hr:1,ul:1,menu:1,div:1,blockquote:1… property in FCK.DTD.B
H A Dfckeditorcode_ie.js32 … (C.parentElement()!=FCK.EditingArea.Textarea) return true;C.text='\t';C.select();}else{var a=[];v…
49 … C=A.text.length;A.moveEnd("character",1);A.select();if (A.text.length>C){A.moveEnd("character",-1…
51select:1,textarea:1,label:1};C=X({a:1},B);D=X({iframe:1},C);E={hr:1,ul:1,menu:1,div:1,blockquote:1… property in FCK.DTD.K
57select();this.Window.document.selection.clear();}else G.select();FCKDomTools.RemoveNode(D);}else{t…
64select();};FCKSelection.Collapse=function(A){FCK.Focus();if (this.GetType()=='Text'){var B=FCK.Edi…
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css30 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_dialog.css31 body, td, input, select, textarea selector
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css31 body, td, input, select, textarea selector
/plugin/xcom/lang/en/
H A Dhowto.txt7select a query form the ''Select query'' drop-down menu, and you click ''Send query''. So, for ins…
43 …a file into the ''ID'' field and click the ''Local save'' button. If you select a page id, the pag…
70 …es of these remote sites will appear in the drop-down menu, and when you select a menu item, the f…

1...<<31323334