Home
last modified time | relevance | path

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

123

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktoolbarset.js107 var eToolbarSet = editorInstance.ToolbarSet ;
115 var oToolbarset = editorInstance.ToolbarSet ;
182 FCK.ToolbarSet.Expand() ;
187 FCK.ToolbarSet.Collapse() ;
228 var ToolbarSet = FCKConfig.ToolbarSets[toolbarSetName] ;
230 if ( !ToolbarSet )
238 for ( var x = 0 ; x < ToolbarSet.length ; x++ )
240 var oToolbarItems = ToolbarSet[x] ;
327 var oToolbarSet = editorInstance ? editorInstance.ToolbarSet : this ;
353 var aItems = ( editorInstance ? editorInstance.ToolbarSet : this ).ItemsContextSensitive ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 ;
/plugin/grensladawritezor/fckeditor/
Dfckeditor_php5.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
71 if ( $this->ToolbarSet != '' )
72 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
Dfckeditor_php4.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
71 if ( $this->ToolbarSet != '' )
72 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
Dfckeditor.pl40 $ToolbarSet = 'Default';
69 if($ToolbarSet ne '') {
70 $Link .= "&amp;Toolbar=$ToolbarSet";
Dfckeditor.py49 self.ToolbarSet = 'Default'
68 if (self.ToolbarSet is not None):
69 Link += "&amp;ToolBar=%s" % self.ToolbarSet
Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
150 if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
Dfckeditor.afp30 ToolbarSet =""
41 THIS.ToolbarSet = 'Default'
69 IF ( !THIS.ToolbarSet == '' )
70 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
/plugin/wysiwyg/fckeditor/
Dfckeditor_php4.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
76 if ( $this->ToolbarSet != '' )
77 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
Dfckeditor_php5.php34 var $ToolbarSet ; variable in FCKeditor
45 $this->ToolbarSet = 'Default' ;
71 if ( $this->ToolbarSet != '' )
72 $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
Dfckeditor.pl40 $ToolbarSet = 'Default';
69 if($ToolbarSet ne '') {
70 $Link .= "&amp;Toolbar=$ToolbarSet";
Dfckeditor.py50 self.ToolbarSet = 'Default'
69 if (self.ToolbarSet is not None):
70 Link += "&amp;ToolBar=%s" % self.ToolbarSet
Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
148 if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
Dfckeditor.afp30 ToolbarSet =""
41 THIS.ToolbarSet = 'Default'
69 IF ( !THIS.ToolbarSet == '' )
70 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckstyledef_gecko.js28 var oSelection = FCK.ToolbarSet.CurrentInstance.EditorWindow.getSelection() ;
31 var e = FCK.ToolbarSet.CurrentInstance.EditorDocument.createElement( this.Element ) ;
49 var oControl = FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement() ;
Dfckstyledef.js56 this._RemoveMe( FCK.ToolbarSet.CurrentInstance.Selection.GetSelectedElement() ) ;
58 this._RemoveMe( FCK.ToolbarSet.CurrentInstance.Selection.GetParentElement() ) ;
Dfcktoolbarbutton.js50 var eState = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
62 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( oToolbarButton.CommandName ).Execute() ;
Dfcktoolbarspecialcombo.js41 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).Execute( itemId, item ) ;
84 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
Dfcktoolbarpanelbutton.js50 var oPanel = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName )._Panel ;
78 …FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( oButton.CommandName ).Execute( 0, e.offsetHeig…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarbutton.js52 var eState = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
64 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( oToolbarButton.CommandName ).Execute() ;
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 ;
Dfcktoolbarspecialcombo.js43 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).Execute( itemId, item ) ;
86 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;
/plugin/fckg/fckeditor/
Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
177 if (this.ToolbarSet)
178 sLink += '&amp;Toolbar=' + this.ToolbarSet ;
/plugin/wysiwyg/fckeditor/_samples/afp/
Dfck.afpa.code28 ToolbarSet =""
39 THIS.ToolbarSet = 'Default'
66 IF ( !THIS.ToolbarSet == '' )
67 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dfck.afpa.code28 ToolbarSet =""
39 THIS.ToolbarSet = 'Default'
66 IF ( !THIS.ToolbarSet == '' )
67 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet

123