Home
last modified time | relevance | path

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

1234

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A 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/fckg/fckeditor/editor/dialog/common/
H A 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/
H A Dfcktoolbarfontformatcombo.js89 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
120 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
H A Dfcktoolbarstylecombo.js94 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
134 var selection = FCK.ToolbarSet.CurrentInstance.Selection ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection.js24 var FCKSelection = FCK.Selection =
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml4 comment: "Selection of the custom CSS files"
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties124 selection=Selection
138 zoomToSelection=Zoom to Selection
H A Deditor.properties.bak120 selection=Selection
134 zoomToSelection=Zoom to Selection
H A Deditor_zh-CN.properties120 selection=Selection
134 zoomToSelection=Zoom to Selection
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js56 var oImage = FCK.Selection.GetSelectedElement() ;
62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js76 var oImage = dialog.Selection.GetSelectedElement() ;
82 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js49 var oFakeImage = FCK.Selection.GetSelectedElement() ;
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css116 /* Text Selection colour */
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js51 var oFakeImage = dialog.Selection.GetSelectedElement() ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js127 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
129 FCK.Selection.SelectNode( oLink ) ;
/plugin/templateconfhelper/
H A DREADME9 changes template based on users Selection via GET and saves it in the Session.
/plugin/pdfjs/pdfjs/web/locale/en-US/
H A 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/tl/
H A 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/
H A 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-GB/
H A Dviewer.properties63 cursor_text_select_tool.title=Enable Text Selection Tool
64 cursor_text_select_tool_label=Text Selection Tool
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf90 PICS Platform for Internet Content Selection
/plugin/bookcreator/
H A Dstyle.css211 /* Namespace picker (opens by clicking on button "Add Namespace to Selection")
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt36 Test Selection Options:
H A Dhelp2.phpt37 Test Selection Options:
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js326 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
328 FCK.Selection.SelectNode( oLink ) ;

1234