Changeset 1186
- Timestamp:
- 2007-12-10 10:09:36 (8 months ago)
- Location:
- FCKeditor/branches/features/floating_dialog/editor/dialog
- Files:
-
- 5 modified
-
fck_anchor.html (modified) (1 diff)
-
fck_flash/fck_flash.js (modified) (1 diff)
-
fck_hiddenfield.html (modified) (1 diff)
-
fck_image/fck_image.js (modified) (1 diff)
-
fck_link/fck_link.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_anchor.html
r1184 r1186 39 39 var oDOM = oEditor.FCK.EditorDocument ; 40 40 41 if ( window.parent.dialogArguments.SelectionData ) 42 window.parent.dialogArguments.SelectionData.select() ; 41 43 var oFakeImage = FCK.Selection.GetSelectedElement() ; 42 44 var oAnchor ; -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_flash/fck_flash.js
r399 r1186 47 47 48 48 // Get the selected flash embed (if available). 49 if ( window.parent.dialogArguments.SelectionData ) 50 window.parent.dialogArguments.SelectionData.select() ; 49 51 var oFakeImage = FCK.Selection.GetSelectedElement() ; 50 52 var oEmbed ; -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_hiddenfield.html
r1184 r1186 37 37 38 38 // Get the selected flash embed (if available). 39 if ( window.parent.dialogArguments.SelectionData ) 40 window.parent.dialogArguments.SelectionData.select() ; 39 41 var oFakeImage = FCK.Selection.GetSelectedElement() ; 40 42 var oActiveEl ; -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_image/fck_image.js
r1054 r1186 54 54 55 55 // Get the selected image (if available). 56 if ( window.parent.dialogArguments.SelectionData ) 57 window.parent.dialogArguments.SelectionData.select() ; 56 58 var oImage = FCK.Selection.GetSelectedElement() ; 57 59 -
FCKeditor/branches/features/floating_dialog/editor/dialog/fck_link/fck_link.js
r1054 r1186 125 125 126 126 // oLink: The actual selected link in the editor. 127 if ( window.parent.dialogArguments.SelectionData ) 128 window.parent.dialogArguments.SelectionData.select() ; 127 129 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; 128 130 if ( oLink )