Changeset 1111
- Timestamp:
- 11/10/08 22:19:47 (5 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 4 modified
-
XinhaCore.js (modified) (2 diffs)
-
images/ed_buttons_main.png (modified) (previous)
-
images/tango/16x16/actions/format-direction-left-to-right.png (added)
-
images/tango/16x16/actions/format-direction-right-to-left.png (added)
-
images/tango/16x16/actions/format-text-color.png (modified) (previous)
-
images/tango/16x16/actions/insert-link.png (added)
-
images/tango/16x16/actions/insert-table.png (added)
-
images/tango/16x16/actions/toggle-borders.png (added)
-
images/tango/16x16/actions/view-restore.png (modified) (previous)
-
images/tango/16x16/apps/help-browser.png (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1110 r1111 3123 3123 case "textmode": 3124 3124 this.firePluginEvent('onBeforeMode', 'textmode'); 3125 this._toolbarObjects.htmlmode.swapImage([this.imgURL('images/ed_buttons_main.png'),7,1]); 3125 3126 this.setCC("iframe"); 3126 3127 html = this.outwardHtml(this.getHTML()); … … 3144 3145 case "wysiwyg": 3145 3146 this.firePluginEvent('onBeforeMode', 'wysiwyg'); 3147 this._toolbarObjects.htmlmode.swapImage([this.imgURL('images/ed_buttons_main.png'),7,0]); 3146 3148 this.setCC("textarea"); 3147 3149 html = this.inwardHtml(this.getHTML());
