Changeset 1773
- Timestamp:
- 2008-03-22 16:53:01 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
fckconfig.js (modified) (1 diff)
-
fckstyles.xml (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckconfig.js
r1748 r1773 205 205 { 206 206 // Basic Inline Styles. 207 'Bold' : { Element : ' b', Overrides : 'strong' },208 'Italic' : { Element : ' i', Overrides : 'em' },207 'Bold' : { Element : 'strong', Overrides : 'b' }, 208 'Italic' : { Element : 'em', Overrides : 'i' }, 209 209 'Underline' : { Element : 'u' }, 210 210 'StrikeThrough' : { Element : 'strike' }, -
FCKeditor/trunk/fckstyles.xml
r1565 r1773 69 69 </Style> 70 70 71 <Style name="Strong Emphasis" element="strong" />72 <Style name="Emphasis" element="em" />73 74 71 <Style name="Big" element="big" /> 75 72 <Style name="Small" element="small" /> -
FCKeditor/trunk/_whatsnew.html
r1772 r1773 40 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances 41 41 object can now be used to access all FCKeditor instances available in the page.</li> 42 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span 43 style="color: #ff0000">Attention:</span> By default, the editor now produces <strong> 44 and <em> instead of <b> and <i>.</li> 42 45 </ul> 43 46 <p>