Changeset 1725
- Timestamp:
- 03/18/08 20:26:04 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/plugins/placeholder/fck_placeholder.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r1718 r1725 88 88 dialog now properly select the first field when opening it to modify mailto or anchor 89 89 links. This problem was also throwing an error in IE.</li> 90 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret 91 will no longer remain behind in the editing area when the placeholder dialog is 92 opened.</li> 90 93 </ul> 91 94 <h3> -
FCKeditor/trunk/editor/plugins/placeholder/fck_placeholder.html
r1662 r1725 27 27 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 28 28 <meta content="noindex, nofollow" name="robots"> 29 <script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> 29 30 <script language="javascript"> 30 31 … … 43 44 // Show the "Ok" button. 44 45 dialog.SetOkButton( true ) ; 46 47 // Select text field on load. 48 SelectField( 'txtName' ) ; 45 49 } 46 50
Note: See TracChangeset
for help on using the changeset viewer.
