Changeset 1504 for FCKeditor/trunk/editor/dialog/fck_textarea.html
- Timestamp:
- 2008-02-11 19:14:35 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_textarea.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_textarea.html
r1398 r1504 60 60 { 61 61 oEditor.FCKUndo.SaveUndoStep() ; 62 63 if ( !oActiveEl )64 {65 oActiveEl = oEditor.FCK.InsertElement( 'textarea' ) ;66 }67 62 68 oActiveEl.name = GetE('txtName').value ; 63 oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'TEXTAREA', {name: GetE('txtName').value} ) ; 64 69 65 SetAttribute( oActiveEl, 'cols', GetE('txtCols').value ) ; 70 66 SetAttribute( oActiveEl, 'rows', GetE('txtRows').value ) ;