Changeset 1286
- Timestamp:
- 11/18/10 17:51:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1285 r1286 1032 1032 *xinha_config.formatblock = 1033 1033 *{ 1034 * "— size —": "", 1035 * "1 (8 pt)" : "1", 1036 * "2 (10 pt)": "2", 1037 * "3 (12 pt)": "3", 1038 * "4 (14 pt)": "4", 1039 * "5 (18 pt)": "5", 1040 * "6 (24 pt)": "6", 1041 * "7 (36 pt)": "7" 1042 *}; 1034 * "— format —": "", // — is mdash 1035 * "Heading 1": "h1", 1036 * "Heading 2": "h2", 1037 * "Heading 3": "h3", 1038 * "Heading 4": "h4", 1039 * "Heading 5": "h5", 1040 * "Heading 6": "h6", 1041 * "Normal" : "p", 1042 * "Address" : "address", 1043 * "Formatted": "pre" 1044 *} 1043 1045 *</pre> 1044 1046 * @type Object
