Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js150 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 ) ;
163 SetAttribute( e, 'title' , GetE('txtAttTitle').value ) ;
172 SetAttribute( e, 'class', GetE('txtAttClasses').value ) ;
173 SetAttribute( e, 'style', GetE('txtAttStyle').value ) ;
202 SetAttribute( e, 'src', GetE('txtUrl').value ) ;
204 SetAttribute( e, 'width', '100%' ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js154 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 ) ;
167 SetAttribute( e, 'title' , GetE('txtAttTitle').value ) ;
176 SetAttribute( e, 'class', GetE('txtAttClasses').value ) ;
177 SetAttribute( e, 'style', GetE('txtAttStyle').value ) ;
206 SetAttribute( e, 'src', GetE('txtUrl').value ) ;
208 SetAttribute( e, 'width', '100%' ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js198 SetAttribute( oImage, 'width' , iWidth ) ;
209 SetAttribute( oImage, 'height', iHeight ) ;
315 SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
328 SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
329 SetAttribute( e, "width" , GetE('txtWidth').value ) ;
334 SetAttribute( e, "align" , GetE('cmbAlign').value ) ;
356 SetAttribute( e, 'type' , dwlinkType) ;
377 SetAttribute( e, 'align' , '' ) ;
404 SetAttribute( e, 'class' , 'media' ) ;
405 SetAttribute( e, 'align' , '' ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js146 SetAttribute( oImage, 'width' , iWidth ) ;
157 SetAttribute( oImage, 'height', iHeight ) ;
261 SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
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 ) ;
278 SetAttribute( e, "align" , GetE('cmbAlign').value ) ;
283 SetAttribute( e, 'id', GetE('txtAttId').value ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js557 SetAttribute( oLink, '_fcksavedurl', sUri ) ;
566 SetAttribute( oLink, 'onclick_fckprotectedatt', onclick ) ;
579 SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
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 ) ;
601 SetAttribute( oLink, 'title' , GetE('txtAttTitle').value ) ;
611 SetAttribute( oLink, 'className', sClass ) ;
617 SetAttribute( oLink, 'class', GetE('txtAttClasses').value ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1056 SetAttribute( oLink, '_fcksavedurl', sUri ) ;
1065 SetAttribute( oLink, 'onclick_fckprotectedatt', onclick ) ;
1079 SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
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 ) ;
1101 SetAttribute( oLink, 'title' , GetE('txtAttTitle').value ) ;
1125 SetAttribute( oLink, 'type', 'internal');
1147 SetAttribute( oLink, 'className', sClass ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js37 function SetAttribute( element, attName, attValue ) function
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js77 function SetAttribute( element, attName, attValue ) function