Changeset 1248
- Timestamp:
- 03/09/10 14:48:01 (2 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1245 r1248 835 835 this.toolbarAlign = "left"; 836 836 837 /** Set to true to display the font names in the toolbar font select list in their actual font. 838 * Note that this doesn't work in IE, but doesn't hurt anything either. 839 * Default: <code>false</code> 840 * @type Boolean 841 */ 842 this.showFontStylesInToolbar = false; 843 837 844 /** Set to true if you want the loading panel to show at startup<br /> 838 845 * Default: <code>false</code> … … 1766 1773 op.innerHTML = Xinha._lc(i); 1767 1774 op.value = options[i]; 1775 if (txt =='fontname' && editor.config.showFontStylesInToolbar) 1776 { 1777 op.style.fontFamily = options[i]; 1778 } 1768 1779 el.appendChild(op); 1769 1780 }
