Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 11 of 11) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js85 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 Dfck_flash.js89 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 Dfck_image.js126 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 Dfck_image.js178 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 Dfckxml.js30 FCKXml.GetAttribute = function( node, attName, defaultValue ) function
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js45 function GetAttribute( element, attName, valueIfNull ) function
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js85 function GetAttribute( element, attName, valueIfNull ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js67 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
H A Dfckeditorcode_gecko.js66 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 Dfckeditorcode_gecko.js77 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function
H A Dfckeditorcode_ie.js81 var FCKXml=function(){this.Error=false;};FCKXml.GetAttribute=function(A,B,C){var D=A.attributes.get… function