Changeset 130
- Timestamp:
- 05/09/05 11:18:50 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 modified
-
htmlarea.js (modified) (2 diffs)
-
images/ed_selectall.gif (added)
-
images/ed_splitblock.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r129 r130 271 271 ["insertorderedlist","insertunorderedlist","outdent","indent","separator"], 272 272 ["inserthorizontalrule","createlink","insertimage","inserttable","separator"], 273 ["undo","redo"], (HTMLArea.is_gecko ? [] : ["cut","copy","paste"]),["se parator"],273 ["undo","redo"], (HTMLArea.is_gecko ? [] : ["cut","copy","paste"]),["selectall"],["separator"], 274 274 ["killword","removeformat","toggleborders","lefttoright", "righttoleft", "separator","htmlmode","about"] 275 275 ]; … … 387 387 copy: [ "Copy selection", ["ed_buttons_main.gif",4,0], false, cut_copy_paste ], 388 388 paste: [ "Paste from clipboard", ["ed_buttons_main.gif",4,1], false, cut_copy_paste ], 389 389 selectall: [ "Select all", "ed_selectall.gif", false, function(e) {e.execCommand("selectall");} ], 390 390 391 391
