Home
last modified time | relevance | path

Searched refs:ToolbarSet (Results 1 – 25 of 29) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js118 var eToolbarSet = editorInstance.ToolbarSet ;
126 var oToolbarset = editorInstance.ToolbarSet ;
193 FCK.ToolbarSet.Expand() ;
198 FCK.ToolbarSet.Collapse() ;
239 var ToolbarSet = FCKConfig.ToolbarSets[toolbarSetName] ;
241 if ( !ToolbarSet )
249 for ( var x = 0 ; x < ToolbarSet.length ; x++ )
251 var oToolbarItems = ToolbarSet[x] ;
343 var oToolbarSet = editorInstance ? editorInstance.ToolbarSet : this ;
369 var aItems = ( editorInstance ? editorInstance.ToolbarSet : this ).ItemsContextSensitive ;
H A Dfck.js572 FCKTools.RunFunction( FCK.ToolbarSet.RefreshModeState, FCK.ToolbarSet ) ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
71 if ( $this->ToolbarSet != '' )
72 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
H A Dfckeditor_php4.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
76 if ( $this->ToolbarSet != '' )
77 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
H A Dfckeditor.pl40 $ToolbarSet = 'Default';
69 if($ToolbarSet ne '') {
70 $Link .= "&amp;Toolbar=$ToolbarSet";
H A Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
148 if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
H A Dfckeditor.py50 self.ToolbarSet = 'Default'
69 if (self.ToolbarSet is not None):
70 Link += "&amp;ToolBar=%s" % self.ToolbarSet
H A Dfckeditor.afp30 ToolbarSet =""
41 THIS.ToolbarSet = 'Default'
69 IF ( !THIS.ToolbarSet == '' )
70 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbutton.js52 var eState = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
64 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( oToolbarButton.CommandName ).Execute() ;
H A Dfcktoolbarstylecombo.js48 var allStyles = FCK.ToolbarSet.CurrentInstance.Styles.GetStyles() ;
94 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
134 var selection = FCK.ToolbarSet.CurrentInstance.Selection ;
H A Dfcktoolbarspecialcombo.js43 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).Execute( itemId, item ) ;
86 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
H A Dfcktoolbarpanelbutton.js50 var oPanel = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName )._Panel ;
79 …FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( oButton.CommandName ).Execute( 0, e.offsetHeig…
H A Dfcktoolbarfontformatcombo.js89 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
120 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
H A Dfckpanel.js165 if ( typeof( FCK.ToolbarSet.CurrentInstance.FocusManager ) != 'undefined' )
166 FCK.ToolbarSet.CurrentInstance.FocusManager.Lock() ;
/plugin/fckg/fckeditor/
H A Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
177 if (this.ToolbarSet)
178 sLink += '&amp;Toolbar=' + this.ToolbarSet ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code28 ToolbarSet =""
39 THIS.ToolbarSet = 'Default'
66 IF ( !THIS.ToolbarSet == '' )
67 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
H A Dsample03.afp36 oCombo.value = editorInstance.ToolbarSet.Name ;
75 oFCKeditor.ToolbarSet=lcToolbar
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample03.php80 $oFCKeditor->ToolbarSet = htmlspecialchars($_GET['Toolbar']);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js36 else if ( FCK.ToolbarSet._IFrame )
37 oWindow = FCKTools.GetElementWindow( FCK.ToolbarSet._IFrame ) ;
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample03.cgi135 $ToolbarSet = &specialchar_cnv( $FORM{'Toolbar'} );
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp39 oCombo.value = editorInstance.ToolbarSet.Name ;
82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;
84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
H A Dsample03.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/wysiwyg/
H A Dsyntax.php110 $oFCKeditor->ToolbarSet = 'dokuwiki';
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso37 oCombo.value = editorInstance.ToolbarSet.Name ;

12