Changeset 1504 for FCKeditor/trunk/editor/dialog/fck_select.html
- Timestamp:
- 2008-02-11 19:14:35 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_select.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_select.html
r1398 r1504 83 83 sSize = '' ; 84 84 85 if ( !oActiveEl ) 86 { 87 oActiveEl = oEditor.FCK.InsertElement( 'select' ) ; 88 } 85 oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'SELECT', {name: GetE('txtName').value} ) ; 89 86 90 SetAttribute( oActiveEl, 'name' , GetE('txtName').value ) ;91 87 SetAttribute( oActiveEl, 'size' , sSize ) ; 92 88 oActiveEl.multiple = ( sSize.length > 0 && GetE('chkMultiple').checked ) ;