Home
last modified time | relevance | path

Searched refs:SetAttribute (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js147 SetAttribute( e, 'type' , 'application/x-shockwave-flash' ) ;
148 SetAttribute( e, 'pluginspage' , 'http://www.macromedia.com/go/getflashplayer' ) ;
150 SetAttribute( e, 'src', GetE('txtUrl').value ) ;
151 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
152 SetAttribute( e, "height", GetE('txtHeight').value ) ;
156 SetAttribute( e, 'id' , GetE('txtAttId').value ) ;
157 SetAttribute( e, 'scale', GetE('cmbScale').value ) ;
159 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
160 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
161 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js151 SetAttribute( e, 'type' , 'application/x-shockwave-flash' ) ;
152 SetAttribute( e, 'pluginspage' , 'http://www.macromedia.com/go/getflashplayer' ) ;
154 SetAttribute( e, 'src', GetE('txtUrl').value ) ;
155 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
156 SetAttribute( e, "height", GetE('txtHeight').value ) ;
160 SetAttribute( e, 'id' , GetE('txtAttId').value ) ;
161 SetAttribute( e, 'scale', GetE('cmbScale').value ) ;
163 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
164 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
165 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js198 SetAttribute( oImage, 'width' , iWidth ) ;
209 SetAttribute( oImage, 'height', iHeight ) ;
315 SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
316 SetAttribute( oLink, 'target', GetE('cmbLnkTarget').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 ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js146 SetAttribute( oImage, 'width' , iWidth ) ;
157 SetAttribute( oImage, 'height', iHeight ) ;
261 SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
262 SetAttribute( oLink, 'target', GetE('cmbLnkTarget').value ) ;
271 SetAttribute( e, "_fcksavedurl", GetE('txtUrl').value ) ;
272 SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
273 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
274 SetAttribute( e, "height", GetE('txtHeight').value ) ;
275 SetAttribute( e, "vspace", GetE('txtVSpace').value ) ;
276 SetAttribute( e, "hspace", GetE('txtHSpace').value ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js150 SetAttribute( e, 'type' , 'application/x-shockwave-flash' ) ;
151 SetAttribute( e, 'pluginspage' , 'http://www.macromedia.com/go/getflashplayer' ) ;
154 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
155 SetAttribute( e, "height", GetE('txtHeight').value ) ;
159 SetAttribute( e, 'id' , GetE('txtAttId').value ) ;
160 SetAttribute( e, 'scale', GetE('cmbScale').value ) ;
162 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
163 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
164 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
166 SetAttribute( e, 'title' , GetE('txtAttTitle').value ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js260 SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
261 SetAttribute( oLink, 'target', GetE('cmbLnkTarget').value ) ;
270 SetAttribute( e, "_fcksavedurl", GetE('txtUrl').value ) ;
271 SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
272 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
273 SetAttribute( e, "height", GetE('txtHeight').value ) ;
274 SetAttribute( e, "vspace", GetE('txtVSpace').value ) ;
275 SetAttribute( e, "hspace", GetE('txtHSpace').value ) ;
276 SetAttribute( e, "border", GetE('txtBorder').value ) ;
277 SetAttribute( e, "align" , GetE('cmbAlign').value ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js543 SetAttribute( oLink, '_fcksavedurl', sUri ) ;
548 SetAttribute( oLink, 'onclick_fckprotectedatt', " onclick=\"" + BuildOnClickPopup() + "\"") ;
556 SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
563 SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
565 SetAttribute( oLink, 'target', null ) ;
568 SetAttribute( oLink, 'id' , GetE('txtAttId').value ) ;
569 SetAttribute( oLink, 'name' , GetE('txtAttName').value ) ;
570 SetAttribute( oLink, 'dir' , GetE('cmbAttLangDir').value ) ;
571 SetAttribute( oLink, 'lang' , GetE('txtAttLangCode').value ) ;
572 SetAttribute( oLink, 'accesskey', GetE('txtAttAccessKey').value ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js557 SetAttribute( oLink, '_fcksavedurl', sUri ) ;
566 SetAttribute( oLink, 'onclick_fckprotectedatt', onclick ) ;
579 SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
587 SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
589 SetAttribute( oLink, 'target', null ) ;
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 ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_link/
Dfck_link.js1056 SetAttribute( oLink, '_fcksavedurl', sUri ) ;
1065 SetAttribute( oLink, 'onclick_fckprotectedatt', onclick ) ;
1079 SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
1087 SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
1089 SetAttribute( oLink, 'target', null ) ;
1093 SetAttribute( oLink, 'id', GetE('txtAttId').value ) ;
1096 SetAttribute( oLink, 'name' , GetE('txtAttName').value ) ;
1097 SetAttribute( oLink, 'dir' , GetE('cmbAttLangDir').value ) ;
1098 SetAttribute( oLink, 'lang' , GetE('txtAttLangCode').value ) ;
1099 SetAttribute( oLink, 'accesskey', GetE('txtAttAccessKey').value ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js39 function SetAttribute( element, attName, attValue ) class
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js37 function SetAttribute( element, attName, attValue ) class
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js77 function SetAttribute( element, attName, attValue ) class