Changeset 1693
- Timestamp:
- 03/14/08 12:08:19 (5 years ago)
- Location:
- FCKeditor/trunk/editor/_source
- Files:
-
- 2 edited
-
classes/fckdomrange.js (modified) (1 diff)
-
internals/fckdomtools.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrange.js
r1565 r1693 745 745 * - PreviousBlock : a reference to the block element that preceeds 746 746 * the range after the split. 747 * - NextBlock : a reference to the block element that preceeds the747 * - NextBlock : a reference to the block element that follows the 748 748 * range after the split. 749 749 * - WasStartOfBlock : a boolean indicating that the range was -
FCKeditor/trunk/editor/_source/internals/fckdomtools.js
r1629 r1693 579 579 * If element = <span />, we have these results: 580 580 * <b>This <i>is some</i><span /><i> sample</i> test text</b> (If parent = <i>) 581 * <b>This <i>is some</i></b><span /><b <i> sample</i> test text</b> (If parent = <b>)581 * <b>This <i>is some</i></b><span /><b><i> sample</i> test text</b> (If parent = <b>) 582 582 */ 583 583 BreakParent : function( element, parent, reusableRange )
Note: See TracChangeset
for help on using the changeset viewer.
