Lines Matching refs:GetE

91 	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' ;
162 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
180 GetE('txtUrl').value = sUrl ;
181 GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ;
182 GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ;
183 GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ;
184 GetE('txtBorder').value = GetAttribute( oImage, 'border', '' ) ;
185 GetE('cmbAlign').value = GetAttribute( oImage, 'align', '' ) ;
213 GetE('txtWidth').value = iWidth ? iWidth : GetAttribute( oImage, "width", '' ) ;
214 GetE('txtHeight').value = iHeight ? iHeight : GetAttribute( oImage, "height", '' ) ;
217 GetE('txtAttId').value = oImage.id ;
218 GetE('cmbAttLangDir').value = oImage.dir ;
219 GetE('txtAttLangCode').value = oImage.lang ;
220 GetE('txtAttTitle').value = oImage.title ;
221 GetE('txtLongDesc').value = oImage.longDesc ;
225 GetE('txtAttClasses').value = oImage.className || '' ;
226 GetE('txtAttStyle').value = oImage.style.cssText ;
230 GetE('txtAttClasses').value = oImage.getAttribute('class',2) || '' ;
231 GetE('txtAttStyle').value = oImage.getAttribute('style',2) ;
240 GetE('txtLnkUrl').value = sLinkUrl ;
241 GetE('cmbLnkTarget').value = oLink.target ;
250 if ( GetE('txtUrl').value.length == 0 )
253 GetE('txtUrl').focus() ;
290 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
316 SetAttribute( oLink, 'target', GetE('cmbLnkTarget').value ) ;
325 e.src = GetE('txtUrl').value ;
327 SetAttribute( e, "_fcksavedurl", GetE('txtUrl').value ) ;
328 SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
329 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
330 SetAttribute( e, "height", GetE('txtHeight').value ) ;
331 SetAttribute( e, "vspace", GetE('txtVSpace').value ) ;
332 SetAttribute( e, "hspace", GetE('txtHSpace').value ) ;
333 SetAttribute( e, "border", GetE('txtBorder').value ) ;
334 SetAttribute( e, "align" , GetE('cmbAlign').value ) ;
341 SetAttribute( e, 'id', GetE('txtAttId').value ) ;
344 var dom = GetE('getLinkType');
352 SetAttribute( e, 'dir' , GetE('cmbAttLangDir').value ) ;
353 SetAttribute( e, 'lang' , GetE('txtAttLangCode').value ) ;
354 SetAttribute( e, 'title' , GetE('txtAttTitle').value ) ;
355 SetAttribute( e, 'longDesc' , GetE('txtLongDesc').value ) ;
380 e.className = GetE('txtAttClasses').value ;
383 e.style.cssText = GetE('txtAttStyle').value ;
408 SetAttribute( e, 'class' , GetE('txtAttClasses').value ) ;
411 SetAttribute( e, 'style', GetE('txtAttStyle').value ) ;
435 if ( GetE('txtUrl').value.length == 0 )
442 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
461 if ( GetE('txtWidth').value.length > 0 )
462 OnSizeChanged( 'Width', GetE('txtWidth').value ) ;
464 OnSizeChanged( 'Height', GetE('txtHeight').value ) ;
474 var e = dimension == 'Width' ? GetE('txtHeight') : GetE('txtWidth') ;
504 GetE('txtWidth').value = oImageOriginal.width ;
505 GetE('txtHeight').value = oImageOriginal.height ;
542 GetE('txtLnkUrl').value = url ;
548 GetE('txtUrl').value = dwikiUTF8_encodeFN(url,DWIKI_fnencode);
549 GetE('txtUrlDisp').value = url;
550 GetE('txtUrl').value = encodeURI(GetE('txtUrl').value);
551 GetE('txtWidth').value = width ? width : '' ;
552 GetE('txtHeight').value = height ? height : '' ;
555 GetE('txtAlt').value = alt;
568 GetE( 'divUpload' ).style.display = '' ;
600 GetE('frmUpload').reset() ;
608 var sFile = GetE('txtUploadFile').value ;
643 GetE( 'divUpload' ).style.display = 'none' ;