Changes between Initial Version and Version 1 of Ticket #2589, comment 4
- Timestamp:
- Aug 11, 2011, 11:44:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2589, comment 4
initial v1 1 1 FYI. For myself I did some crude fixes. In my case I only have paragraph and span css styles and bold/itaic and I want span styles not merged but separated so for me works the following code (ff, ie): 2 {{{ 2 3 _ApplyInlineStyle : function( range, selectIt, updateRange ) 3 4 { … … 51 52 return ; 52 53 } 53 54 }}}