Changeset 1285
- Timestamp:
- 11/18/10 11:48:00 (2 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1275 r1285 1187 1187 "img": [function(e, target) {e._insertImage(target);}] 1188 1188 }; 1189 1190 /** 1191 * HTML class attribute to apply to the <body> tag within the editor's iframe. 1192 * If it is not specified, no class will be set. 1193 * 1194 * Default: <code>null</code> 1195 */ 1196 this.bodyClass = null; 1197 1198 /** 1199 * HTML ID attribute to apply to the <body> tag within the editor's iframe. 1200 * If it is not specified, no ID will be set. 1201 * 1202 * Default: <code>null</code> 1203 */ 1204 this.bodyID = null; 1189 1205 1190 1206 /** A container for additional icons that may be swapped within one button (like fullscreen)
