Home
last modified time | relevance | path

Searched refs:GetE (Results 1 – 22 of 22) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js142 SetLinkType( GetE('cmbLinkType').value ) ;
145 GetE('divBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
148 GetE('divInfo').style.display = '' ;
152 GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
189 oEditor.FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
194 oEditor.FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
216 GetE('cmbTarget').value = 'popup' ;
228 GetE( 'cmbTarget' ).value = 'popup' ;
240 GetE('cmbLinkProtocol').value = sProtocol ;
250 GetE('txtEMailAddress').value = oEMailInfo.Address ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js143 SetLinkType( GetE('cmbLinkType').value ) ;
146 GetE('divBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
149 GetE('divInfo').style.display = '' ;
153 GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
193 FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
198 FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
220 GetE('cmbTarget').value = 'popup' ;
238 GetE( 'cmbTarget' ).value = 'popup' ;
251 GetE('cmbLinkProtocol').value = sProtocol ;
261 GetE('txtEMailAddress').value = oEMailInfo.Address ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js71 if ( GetE('txtUrl').value.length == 0 )
98 GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
99 GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
105 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
106 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
112 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
128 GetE('txtUrl').value = sUrl ;
129 GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ;
130 GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ;
131 GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js71 if ( GetE('txtUrl').value.length == 0 )
98 GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
99 GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
105 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
106 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
112 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
128 GetE('txtUrl').value = sUrl ;
129 GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ;
130 GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ;
131 GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js91 if ( GetE('txtUrl').value.length == 0 )
119 GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
120 GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
126 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
127 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
133 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
148 GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
149 GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
155 GetE('tdBrowse').style.display = FCKConfig.ImageBrowser ? '' : 'none' ;
156 GetE('divLnkBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js69 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
73 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
85 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ;
86 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ;
87 GetE('txtHeight').value = GetAttribute( oEmbed, 'height', '' ) ;
90 GetE('txtAttId').value = oEmbed.id ;
91 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
92 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
93 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
94 GetE('cmbScale').value = GetAttribute( oEmbed, 'scale', '' ).toLowerCase() ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js69 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
73 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
87 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ;
88 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ;
89 GetE('txtHeight').value = GetAttribute( oEmbed, 'height', '' ) ;
92 GetE('txtAttId').value = oEmbed.id ;
93 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
94 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
95 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
96 GetE('cmbScale').value = GetAttribute( oEmbed, 'scale', '' ).toLowerCase() ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js71 GetE('tdBrowse').style.display = FCKConfig.FlashBrowser ? '' : 'none' ;
75 GetE('frmUpload').action = FCKConfig.FlashUploadURL ;
89 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ;
90 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ;
91 GetE('txtHeight').value = GetAttribute( oEmbed, 'height', '' ) ;
94 GetE('txtAttId').value = oEmbed.id ;
95 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
96 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
97 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
98 GetE('cmbScale').value = GetAttribute( oEmbed, 'scale', '' ).toLowerCase() ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_link/
Dfck_link.js344 SetLinkType( GetE('cmbLinkType').value ) ;
347 GetE('divBrowseServer').style.display = FCKConfig.LinkBrowser ? '' : 'none' ;
350 GetE('divInfo').style.display = '' ;
354 GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
363 switch( GetE('cmbLinkType').value )
372 if ( GetE('divSelAnchor').style.display != 'none' )
380 GetE('txtDokuWikiQS').disabled=true;
416 FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
421 FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
467 GetE('txtDokuWikiQS').value = matches[2];
[all …]
/plugin/ckgedit/
Dlocktimer.js68 var dwform = GetE('dw__editform');
136 var dwform = GetE('dw__editform');
138GetE('saved_wiki_html').innerHTML = CKEDITOR.instances.wiki__text.getData(); // ourFCKEditorNode.i…
Dscript.js294 function GetE(e) { class
302 if(!ta) ta = GetE("wiki__text");
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js27 function GetE( elementId ) class
35 element = GetE( element ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js25 function GetE( elementId ) class
33 element = GetE( element ) ;
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js65 function GetE( elementId ) class
73 element = GetE( element ) ;
102 var element = GetE( elementId ) ;
/plugin/ckgdoku/
Dscript.js267 function GetE(e) { class
275 if(!ta) ta = GetE("wiki__text");
/plugin/ckgdoku/scripts/
Dscript-cmpr.js1GetE(a){return document.getElementById(a)}var dokuBase=location.host+DOKU_BASE;if(window.getSelect… class
Dparse_wiki-cmpr.js1GetE("ebut_cancel");f.click();return true}var A=getComplexTables();function F(){var i=/\>\s+(\*\*|…
Dparse_wiki.js.unc3 var dom = GetE('ebut_cancel');
1907 var dwform = GetE('dw__editform');
1914 var dom = GetE(id);
/plugin/fckg/scripts/
Dscript-cmpr.js1 …pe:"POST",dataType:"html",success:function(d){if(a){alert(d)}}})}function GetE(a){return document.… class
/plugin/fckg/
Dscript.js245 function GetE(e) { class
/plugin/ckgedit/scripts/
Dparse_wiki-cmpr.js1GetE("ebut_cancel");f.click();return true}var A=getComplexTables();function F(){var i=/\>\s+(\*\*|…
Dparse_wiki.js.unc3 var dom = GetE('ebut_cancel');
1916 var dwform = GetE('dw__editform');
1923 var dom = GetE(id);