/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 85 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ; 86 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ; 87 GetE('txtHeight').value = GetAttribute( oEmbed, 'height', '' ) ; 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() ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 89 GetE('txtUrl').value = GetAttribute( oEmbed, 'src', '' ) ; 90 GetE('txtWidth').value = GetAttribute( oEmbed, 'width', '' ) ; 91 GetE('txtHeight').value = GetAttribute( oEmbed, 'height', '' ) ; 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() ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 126 sUrl = GetAttribute( oImage, 'src', '' ) ; 129 GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ; 130 GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ; 131 GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ; 132 GetE('txtBorder').value = GetAttribute( oImage, 'border', '' ) ; 133 GetE('cmbAlign').value = GetAttribute( oImage, 'align', '' ) ; 161 GetE('txtWidth').value = iWidth ? iWidth : GetAttribute( oImage, "width", '' ) ; 162 GetE('txtHeight').value = iHeight ? iHeight : GetAttribute( oImage, "height", '' ) ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 178 sUrl = GetAttribute( oImage, 'src', '' ) ; 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", '' ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckxml.js | 30 FCKXml.GetAttribute = function( node, attName, defaultValue ) function
|
/plugin/wysiwyg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 45 function GetAttribute( element, attName, valueIfNull ) function
|
/plugin/fckg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 85 function GetAttribute( element, attName, valueIfNull ) function
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 67 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
|
H A D | fckeditorcode_gecko.js | 66 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 77 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
|
H A D | fckeditorcode_ie.js | 81 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
|