Changeset 5933
- Timestamp:
- 10/12/10 17:24:54 (3 years ago)
- Location:
- CKEditor/branches/features/ff_extension
- Files:
-
- 3 edited
-
content/editor.html (modified) (1 diff)
-
install.rdf (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/ff_extension/content/editor.html
r5932 r5933 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 6 <link href="editor.css" rel="stylesheet" type="text/css" /> 7 <script type="text/javascript" src="./ CKEditor/ckeditor_source.js"></script>7 <script type="text/javascript" src="./ckeditor/ckeditor_source.js"></script> 8 8 </head> 9 9 <body> -
CKEditor/branches/features/ff_extension/install.rdf
r5932 r5933 10 10 <em:version>0.1</em:version> 11 11 <em:creator>Alfonso</em:creator> 12 <em:iconURL>chrome://writearea/skin/writearea.png</em:iconURL> 13 <em:optionsURL>chrome://writearea/content/options.xul</em:optionsURL> 12 <em:iconURL>chrome://mozeditor/skin/mozeditor.png</em:iconURL> 14 13 15 14 <!-- Firefox --> -
CKEditor/branches/features/ff_extension/readme.txt
r5932 r5933 30 30 that provides an option to reload all the chrome. 31 31 32 Ultimately, a solution to force Firefox to reload the extension is to remove the proxy file, start and close firefox, put it again and so 33 on next launch it will install the extension again. 34 32 35 The CKEditor folder under content\ points to the SVN trunk, it doesn't have anything special. 33 36 The editor.html file in content\ is loaded as an iframe in the dialog, and in fact it can be launched as a standalone page.
Note: See TracChangeset
for help on using the changeset viewer.
