Changeset 1108
- Timestamp:
- 11/24/07 12:54:19 (6 years ago)
- Location:
- FCKeditor/trunk/editor/dialog
- Files:
-
- 13 edited
-
fck_anchor.html (modified) (2 diffs)
-
fck_button.html (modified) (1 diff)
-
fck_checkbox.html (modified) (1 diff)
-
fck_form.html (modified) (1 diff)
-
fck_hiddenfield.html (modified) (1 diff)
-
fck_listprop.html (modified) (1 diff)
-
fck_radiobutton.html (modified) (1 diff)
-
fck_replace.html (modified) (2 diffs)
-
fck_select.html (modified) (2 diffs)
-
fck_smiley.html (modified) (2 diffs)
-
fck_specialchar.html (modified) (2 diffs)
-
fck_textarea.html (modified) (2 diffs)
-
fck_textfield.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_anchor.html
r669 r1108 69 69 70 70 window.parent.SetOkButton( true ) ; 71 window.parent.SetAutoSize( true ) ; 71 72 } 72 73 … … 189 190 </script> 190 191 </head> 191 <body style=" OVERFLOW: hidden" scroll="no">192 <body style="overflow: hidden"> 192 193 <table height="100%" width="100%"> 193 194 <tr> -
FCKeditor/trunk/editor/dialog/fck_button.html
r778 r1108 54 54 55 55 window.parent.SetOkButton( true ) ; 56 window.parent.SetAutoSize( true ) ; 56 57 } 57 58 -
FCKeditor/trunk/editor/dialog/fck_checkbox.html
r778 r1108 52 52 53 53 window.parent.SetOkButton( true ) ; 54 window.parent.SetAutoSize( true ) ; 54 55 } 55 56 -
FCKeditor/trunk/editor/dialog/fck_form.html
r933 r1108 52 52 53 53 window.parent.SetOkButton( true ) ; 54 window.parent.SetAutoSize( true ) ; 54 55 } 55 56 -
FCKeditor/trunk/editor/dialog/fck_hiddenfield.html
r778 r1108 60 60 61 61 window.parent.SetOkButton( true ) ; 62 window.parent.SetAutoSize( true ) ; 62 63 } 63 64 -
FCKeditor/trunk/editor/dialog/fck_listprop.html
r236 r1108 65 65 66 66 window.parent.SetOkButton( true ) ; 67 window.parent.SetAutoSize( true ) ; 67 68 } 68 69 -
FCKeditor/trunk/editor/dialog/fck_radiobutton.html
r778 r1108 52 52 53 53 window.parent.SetOkButton( true ) ; 54 window.parent.SetAutoSize( true ) ; 54 55 } 55 56 -
FCKeditor/trunk/editor/dialog/fck_replace.html
r1078 r1108 44 44 idMap['CheckCase'] = 'chkCase' + tabCode ; 45 45 idMap['CheckWord'] = 'chkWord' + tabCode ; 46 47 if ( tabCode == 'Replace' ) 48 window.parent.SetAutoSize( true ) ; 46 49 } 47 50 … … 61 64 // Show the appropriate tab at startup. 62 65 if ( window.parent.name.search( 'Replace' ) == -1 ) 66 { 63 67 window.parent.SetSelectedTab( 'Find' ) ; 68 window.parent.SetAutoSize( true ) ; 69 } 64 70 else 65 71 window.parent.SetSelectedTab( 'Replace' ) ; 72 66 73 } 67 74 -
FCKeditor/trunk/editor/dialog/fck_select.html
r778 r1108 70 70 71 71 window.parent.SetOkButton( true ) ; 72 window.parent.SetAutoSize( true ) ; 72 73 } 73 74 … … 114 115 </script> 115 116 </head> 116 <body style= 'OVERFLOW: hidden' scroll='no'>117 <body style="overflow: hidden"> 117 118 <table width="100%" height="100%"> 118 119 <tr> -
FCKeditor/trunk/editor/dialog/fck_smiley.html
r403 r1108 42 42 // First of all, translate the dialog box texts 43 43 oEditor.FCKLanguageManager.TranslatePage(document) ; 44 45 window.parent.SetAutoSize( true ) ; 44 46 } 45 47 … … 70 72 </script> 71 73 </head> 72 <body s croll="no">74 <body style="overflow: hidden"> 73 75 <table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%"> 74 76 <script type="text/javascript"> -
FCKeditor/trunk/editor/dialog/fck_specialchar.html
r715 r1108 70 70 // First of all, translates the dialog box texts. 71 71 oEditor.FCKLanguageManager.TranslatePage(document) ; 72 73 window.parent.SetAutoSize( true ) ; 72 74 } 73 75 74 76 </script> 75 </ HEAD>76 < BODY onload="setDefaults()" scroll="no">77 </head> 78 <body onload="setDefaults()" style="overflow: hidden"> 77 79 <table cellpadding="0" cellspacing="0" width="100%" height="100%"> 78 80 <tr> … … 115 117 </tr> 116 118 </table> 117 </ BODY>118 </ HTML>119 </body> 120 </html> -
FCKeditor/trunk/editor/dialog/fck_textarea.html
r778 r1108 52 52 53 53 window.parent.SetOkButton( true ) ; 54 window.parent.SetAutoSize( true ) ; 54 55 } 55 56 … … 72 73 </script> 73 74 </head> 74 <body style= 'OVERFLOW: hidden' scroll='no'>75 <body style="overflow: hidden"> 75 76 <table height="100%" width="100%"> 76 77 <tr> -
FCKeditor/trunk/editor/dialog/fck_textfield.html
r775 r1108 56 56 57 57 window.parent.SetOkButton( true ) ; 58 window.parent.SetAutoSize( true ) ; 58 59 } 59 60
Note: See TracChangeset
for help on using the changeset viewer.
