Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 99) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js273 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
405 if (FCK.Selection.GetType() == 'Control')
407 FCK.Selection.Delete();
411 var oFakeImage = FCK.Selection.GetSelectedElement() ;
423 oAnchor = FCK.Selection.MoveToAncestorNode( 'A' ) ;
425 FCK.Selection.SelectNode( oAnchor ) ;
455 FCK.Selection.Collapse( true ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckstyledef.js56 this._RemoveMe( FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement() ) ;
58 this._RemoveMe( FCK.ToolbarSet.CurrentInstance.Selection.GetParentElement() ) ;
Dfckstyledef_gecko.js49 var oControl = FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement() ;
Dfckstyledef_ie.js47 var oControl = FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement() ;
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js253 if ( oEditor.FCK.Selection.SelectionData )
258 …oEditor.FCK.Selection.SelectionData = oSel.createRange() ; // Now oSel.type will be 'None' reflect…
265 if ( oEditor.FCK.Selection.SelectionData )
269 oEditor.FCK.Selection.SelectionData = range ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarfontformatcombo.js89 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
120 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
Dfcktoolbarstylecombo.js94 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
134 var selection = FCK.ToolbarSet.CurrentInstance.Selection ;
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js299 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
301 FCK.Selection.SelectNode( oLink ) ;
307 FCK.Selection.Collapse( true ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckselection.js24 var FCKSelection = FCK.Selection = new Object() ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckselection.js24 var FCKSelection = FCK.Selection =
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak120 selection=Selection
134 zoomToSelection=Zoom to Selection
Deditor.properties124 selection=Selection
138 zoomToSelection=Zoom to Selection
Deditor_zh-CN.properties120 selection=Selection
134 zoomToSelection=Zoom to Selection
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js56 var oImage = FCK.Selection.GetSelectedElement() ;
62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js56 var oImage = FCK.Selection.GetSelectedElement() ;
62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/bureaucracytoolbar/
H A DREADME.md14 - **Selection Handling**: If text is selected in the textarea, the syntax wraps around it. The curs…
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js76 var oImage = dialog.Selection.GetSelectedElement() ;
82 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js126 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
128 FCK.Selection.SelectNode( oLink ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js49 var oFakeImage = FCK.Selection.GetSelectedElement() ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js49 var oFakeImage = FCK.Selection.GetSelectedElement() ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js127 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
129 FCK.Selection.SelectNode( oLink ) ;
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dprism.css116 /* Text Selection colour */
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js51 var oFakeImage = dialog.Selection.GetSelectedElement() ;
/plugin/pdfjs/pdfjs/web/locale/en-US/
Dviewer.properties63 cursor_text_select_tool.title=Enable Text Selection Tool
64 cursor_text_select_tool_label=Text Selection Tool
/plugin/pdfjs/pdfjs/web/locale/en-CA/
Dviewer.properties63 cursor_text_select_tool.title=Enable Text Selection Tool
64 cursor_text_select_tool_label=Text Selection Tool

1234