Changeset 1233
- Timestamp:
- 2007-12-21 05:23:55 (10 months ago)
- Location:
- FCKeditor/branches/features/floating_dialog/editor/dialog
- Files:
-
- 14 modified
-
fck_button.html (modified) (1 diff)
-
fck_checkbox.html (modified) (1 diff)
-
fck_flash/fck_flash.js (modified) (1 diff)
-
fck_form.html (modified) (1 diff)
-
fck_hiddenfield.html (modified) (1 diff)
-
fck_link/fck_link.js (modified) (1 diff)
-
fck_listprop.html (modified) (1 diff)
-
fck_radiobutton.html (modified) (1 diff)
-
fck_replace.html (modified) (1 diff)
-
fck_select.html (modified) (1 diff)
-
fck_tablecell.html (modified) (1 diff)
-
fck_table.html (modified) (1 diff)
-
fck_textarea.html (modified) (1 diff)
-
fck_textfield.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_button.html
r1220 r1233 56 56 dialog.SetOkButton( true ) ; 57 57 dialog.SetAutoSize( true ) ; 58 SelectField( 'txtName' ) ; 58 59 } 59 60 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_checkbox.html
r1220 r1233 54 54 dialog.SetOkButton( true ) ; 55 55 dialog.SetAutoSize( true ) ; 56 SelectField( 'txtName' ) ; 56 57 } 57 58 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_flash/fck_flash.js
r1220 r1233 78 78 // Activate the "OK" button. 79 79 dialog.SetOkButton( true ) ; 80 81 SelectField( 'txtUrl' ) ; 80 82 } 81 83 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_form.html
r1220 r1233 54 54 dialog.SetOkButton( true ) ; 55 55 dialog.SetAutoSize( true ) ; 56 SelectField( 'txtName' ) ; 56 57 } 57 58 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_hiddenfield.html
r1220 r1233 63 63 dialog.SetOkButton( true ) ; 64 64 dialog.SetAutoSize( true ) ; 65 SelectField( 'txtName' ) ; 65 66 } 66 67 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_link/fck_link.js
r1220 r1233 160 160 // Activate the "OK" button. 161 161 dialog.SetOkButton( true ) ; 162 SelectField( 'txtUrl' ) ; 162 163 } 163 164 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_listprop.html
r1220 r1233 67 67 dialog.SetOkButton( true ) ; 68 68 dialog.SetAutoSize( true ) ; 69 70 SelectField( 'txtStartPosition' ) ; 69 71 } 70 72 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_radiobutton.html
r1220 r1233 54 54 dialog.SetOkButton( true ) ; 55 55 dialog.SetAutoSize( true ) ; 56 SelectField( 'txtName' ) ; 56 57 } 57 58 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_replace.html
r1220 r1233 73 73 else 74 74 dialog.SetSelectedTab( 'Replace' ) ; 75 76 75 } 77 76 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_select.html
r1220 r1233 72 72 dialog.SetOkButton( true ) ; 73 73 dialog.SetAutoSize( true ) ; 74 SelectField( 'txtName' ) ; 74 75 } 75 76 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_tablecell.html
r1229 r1233 49 49 dialog.SetOkButton( true ) ; 50 50 dialog.SetAutoSize( true ) ; 51 SelectField( 'txtWidth' ) ; 51 52 } 52 53 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html
r1232 r1233 95 95 dialog.SetOkButton( true ) ; 96 96 dialog.SetAutoSize( true ) ; 97 SelectField( 'txtRows' ) ; 97 98 } 98 99 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textarea.html
r1220 r1233 54 54 dialog.SetOkButton( true ) ; 55 55 dialog.SetAutoSize( true ) ; 56 SelectField( 'txtName' ) ; 56 57 } 57 58 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_textfield.html
r1220 r1233 58 58 dialog.SetOkButton( true ) ; 59 59 dialog.SetAutoSize( true ) ; 60 SelectField( 'txtName' ) ; 60 61 } 61 62