Lines Matching refs:GetE

143 	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 ;
262 GetE('txtEMailSubject').value = oEMailInfo.Subject ;
263 GetE('txtEMailBody').value = oEMailInfo.Body ;
268 GetE('txtUrl').value = sUrl ;
274 GetE('cmbAnchorName').value = GetE('cmbAnchorId').value = sHRef.substr(1) ;
280 GetE('cmbLinkProtocol').value = '' ;
281 GetE('txtUrl').value = sHRef ;
294 GetE('cmbTarget').value = sTarget ;
297 GetE('cmbTarget').value = 'frame' ;
298 GetE('txtTargetFrame').value = sTarget ;
303 GetE('txtAttId').value = oLink.id ;
304 GetE('txtAttName').value = oLink.name ;
305 GetE('cmbAttLangDir').value = oLink.dir ;
306 GetE('txtAttLangCode').value = oLink.lang ;
307 GetE('txtAttAccessKey').value = oLink.accessKey ;
308 GetE('txtAttTabIndex').value = oLink.tabIndex <= 0 ? '' : oLink.tabIndex ;
309 GetE('txtAttTitle').value = oLink.title ;
310 GetE('txtAttContentType').value = oLink.type ;
311 GetE('txtAttCharSet').value = oLink.charset ;
320 GetE('txtAttStyle').value = oLink.style.cssText ;
325 GetE('txtAttStyle').value = oLink.getAttribute('style',2) || '' ;
327 GetE('txtAttClasses').value = sClass ;
330 GetE('cmbLinkType').value = sType ;
356 GetE('tdTargetFrame').style.display = ( targetType == 'popup' ? 'none' : '' ) ;
357 GetE('tdPopupName').style.display =
358 GetE('tablePopupFeatures').style.display = ( targetType == 'popup' ? '' : 'none' ) ;
366 GetE('txtTargetFrame').value = targetType ;
369 GetE('txtTargetFrame').value = '' ;
380 var sUrl = GetE('txtUrl').value ;
386 GetE('txtUrl').value = sUrl ;
387 GetE('cmbLinkProtocol').value = sProtocol[0].toLowerCase() ;
391 GetE('cmbLinkProtocol').value = '' ;
398 var sFrame = GetE('txtTargetFrame').value ;
401 GetE('cmbTarget').value = '' ;
403 GetE('cmbTarget').value = sFrame.toLowerCase() ;
405 GetE('cmbTarget').value = 'frame' ;
411 var sWindowName = "'" + GetE('txtPopupName').value.replace(/\W/gi, "") + "'" ;
421 …if ( GetE('txtPopupWidth').value.length > 0 ) sFeatures += ',width=' + GetE('txtPopupWidth').value…
422 …if ( GetE('txtPopupHeight').value.length > 0 ) sFeatures += ',height=' + GetE('txtPopupHeight').va…
423 if ( GetE('txtPopupLeft').value.length > 0 ) sFeatures += ',left=' + GetE('txtPopupLeft').value ;
424 if ( GetE('txtPopupTop').value.length > 0 ) sFeatures += ',top=' + GetE('txtPopupTop').value ;
436 GetE('txtPopupName').value = windowName ;
458 if ( oFeatures['width'] ) GetE('txtPopupWidth').value = oFeatures['width'] ;
459 if ( oFeatures['height'] ) GetE('txtPopupHeight').value = oFeatures['height'] ;
460 if ( oFeatures['left'] ) GetE('txtPopupLeft').value = oFeatures['left'] ;
461 if ( oFeatures['top'] ) GetE('txtPopupTop').value = oFeatures['top'] ;
470 switch ( GetE('cmbLinkType').value )
473 sUri = GetE('txtUrl').value ;
481 sUri = GetE('cmbLinkProtocol').value + sUri ;
486 sUri = GetE('txtEMailAddress').value ;
496 GetE('txtEMailSubject').value,
497 GetE('txtEMailBody').value ) ;
501 var sAnchor = GetE('cmbAnchorName').value ;
502 if ( sAnchor.length == 0 ) sAnchor = GetE('cmbAnchorId').value ;
524 switch ( GetE('cmbLinkType').value )
541 sInnerHtml = GetE('txtEMailAddress').value ;
561 if( GetE('cmbTarget').value == 'popup' )
586 if( GetE('cmbTarget').value != 'popup' )
587 SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
593 SetAttribute( oLink, 'id', GetE('txtAttId').value ) ;
596 SetAttribute( oLink, 'name' , GetE('txtAttName').value ) ;
597 SetAttribute( oLink, 'dir' , GetE('cmbAttLangDir').value ) ;
598 SetAttribute( oLink, 'lang' , GetE('txtAttLangCode').value ) ;
599 SetAttribute( oLink, 'accesskey', GetE('txtAttAccessKey').value ) ;
600 …SetAttribute( oLink, 'tabindex' , ( GetE('txtAttTabIndex').value > 0 ? GetE('txtAttTabIndex').valu…
601 SetAttribute( oLink, 'title' , GetE('txtAttTitle').value ) ;
602 SetAttribute( oLink, 'type' , GetE('txtAttContentType').value ) ;
603 SetAttribute( oLink, 'charset' , GetE('txtAttCharSet').value ) ;
607 var sClass = GetE('txtAttClasses').value ;
609 if ( GetE('txtAttName').value.length != 0 )
613 oLink.style.cssText = GetE('txtAttStyle').value ;
617 SetAttribute( oLink, 'class', GetE('txtAttClasses').value ) ;
618 SetAttribute( oLink, 'style', GetE('txtAttStyle').value ) ;
668 GetE('frmUpload').reset() ;
676 var sFile = GetE('txtUploadFile').value ;
707 GetE('cmbTarget').value = target ;
710 GetE('cmbTarget').value = 'frame' ;
714 GetE('txtTargetFrame').value = target ;