Changeset 365
- Timestamp:
- 09/30/05 08:27:35 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r360 r365 445 445 overwrite: [ "Insert/Overwrite", "ed_overwrite.gif", false, function(e) {e.execCommand("overwrite");} ], 446 446 447 wordclean: [ "MS Word Cleaner", ["ed_buttons_main.gif",5,3], true, function(e) {e._wordClean();} ],447 wordclean: [ "MS Word Cleaner", ["ed_buttons_main.gif",5,3], false, function(e) {e._wordClean();} ], 448 448 clearfonts: [ "Clear Inline Font Specifications", ["ed_buttons_main.gif",5,4], true, function(e) {e._clearFonts();} ], 449 449 removeformat: [ "Remove formatting", ["ed_buttons_main.gif",4,4], false, function(e) {e.execCommand("removeformat");} ], 450 killword: [ "Clear MSOffice tags", ["ed_buttons_main.gif",4,3], true, function(e) {e.execCommand("killword");} ]450 killword: [ "Clear MSOffice tags", ["ed_buttons_main.gif",4,3], false, function(e) {e.execCommand("killword");} ] 451 451 452 452 };
