Changeset 1564 for FCKeditor/trunk/editor/dialog/fck_radiobutton.html
- Timestamp:
- 2008-02-19 14:20:34 (9 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_radiobutton.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_radiobutton.html
r1504 r1564 60 60 { 61 61 oEditor.FCKUndo.SaveUndoStep() ; 62 62 63 63 oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'radio' } ) ; 64 64