Home
last modified time | relevance | path

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

12

/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …FCK.SetData(D,!C);FCK.Focus();FCKTools.RunFunction(FCK.ToolbarSet.RefreshModeState,FCK.ToolbarSet)…
84ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this.…
98ToolbarSet.CurrentInstance.FocusManager)!='undefined') FCK.ToolbarSet.CurrentInstance.FocusManager…
102ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (B==A.State) return…
104ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).Execute(A,B);};FCKToolbarSpecialC…
105ToolbarSet.CurrentInstance.Styles.GetStyles();for (var C in B){var D=B[C];if (!D.IsCore) A[C]=D;};…
106ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement(true);if (B){var C=new FCKElementPat…
109ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName)._Panel;this.RegisterPanel(B);};FC…
114ToolbarSet;if (B.CurrentInstance==A) B.Disable();};function FCK_OnFocus(A){var B=A.ToolbarSet;var …
115ToolbarSet.CurrentInstance.Selection.Save(true);var J=FCKTools.GetViewPaneSize(D);var K={ 'X':0,'Y…
H A Dfckeditorcode_ie.js32 …FCK.SetData(D,!C);FCK.Focus();FCKTools.RunFunction(FCK.ToolbarSet.RefreshModeState,FCK.ToolbarSet)…
88ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this.…
100ToolbarSet.CurrentInstance.FocusManager)!='undefined') FCK.ToolbarSet.CurrentInstance.FocusManager…
103ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (B==A.State) return…
105ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).Execute(A,B);};FCKToolbarSpecialC…
106ToolbarSet.CurrentInstance.Styles.GetStyles();for (var C in B){var D=B[C];if (!D.IsCore) A[C]=D;};…
107ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement(true);if (B){var C=new FCKElementPat…
110ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName)._Panel;this.RegisterPanel(B);};FC…
115ToolbarSet;if (B.CurrentInstance==A) B.Disable();};function FCK_OnFocus(A){var B=A.ToolbarSet;var …
116ToolbarSet.CurrentInstance.Selection.Save(true);var J=FCKTools.GetViewPaneSize(D);var K={ 'X':0,'Y…
/plugin/fckg/fckeditor/
H A Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
177 if (this.ToolbarSet)
178 sLink += '&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/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.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsample03_mx.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;
84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso37 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample03.cgi135 $ToolbarSet = &specialchar_cnv( $FORM{'Toolbar'} );
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample03.php80 $oFCKeditor->ToolbarSet = htmlspecialchars($_GET['Toolbar']);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js165 if ( typeof( FCK.ToolbarSet.CurrentInstance.FocusManager ) != 'undefined' )
166 FCK.ToolbarSet.CurrentInstance.FocusManager.Lock() ;
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 Dfcktoolbarfontformatcombo.js89 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
120 var startElement = FCK.ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement( true ) ;
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 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 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 ;
/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/editor/_source/internals/
H A Dfck.js572 FCKTools.RunFunction( FCK.ToolbarSet.RefreshModeState, FCK.ToolbarSet ) ;
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 ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …FCK.SetData(D,!C);FCK.Focus();FCKTools.RunFunction(FCK.ToolbarSet.RefreshModeState,FCK.ToolbarSet)…
73 … (FCKBrowserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.T…
85 …pupOnHide,100,this);}}else{if (typeof(FCK.ToolbarSet.CurrentInstance.FocusManager)!='undefined') F…
88ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (A==this._UIButton.…
90ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).Execute(A,B);};FCKToolbarSpecialC…
91ToolbarSet.CurrentInstance.Styles.GetStyles();for (var C in B){var D=B[C];if (!D.IsCore) A[C]=D;};…
92ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement(true);if (B){var C=new FCKElementPat…
95ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName)._Panel;B._FCKToolbarPanelButton=t…
99ToolbarSet;if (B.CurrentInstance==A) B.Disable();};function FCK_OnFocus(A){var B=A.ToolbarSet;var …
H A Dfckeditorcode_ie.js32 …FCK.SetData(D,!C);FCK.Focus();FCKTools.RunFunction(FCK.ToolbarSet.RefreshModeState,FCK.ToolbarSet)…
74 … (FCKBrowserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.T…
86 …pupOnHide,100,this);}}else{if (typeof(FCK.ToolbarSet.CurrentInstance.FocusManager)!='undefined') F…
89ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).GetState();if (A==this._UIButton.…
91ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName).Execute(A,B);};FCKToolbarSpecialC…
92ToolbarSet.CurrentInstance.Styles.GetStyles();for (var C in B){var D=B[C];if (!D.IsCore) A[C]=D;};…
93ToolbarSet.CurrentInstance.Selection.GetBoundaryParentElement(true);if (B){var C=new FCKElementPat…
96ToolbarSet.CurrentInstance.Commands.GetCommand(this.CommandName)._Panel;B._FCKToolbarPanelButton=t…
100ToolbarSet;if (B.CurrentInstance==A) B.Disable();};function FCK_OnFocus(A){var B=A.ToolbarSet;var …
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp30 ToolbarSet =""
41 THIS.ToolbarSet = 'Default'
69 IF ( !THIS.ToolbarSet == '' )
70 lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
H A Dfckeditor.js35 this.ToolbarSet = toolbarSet || 'Default' ;
148 if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
H A Dfckeditor.pl40 $ToolbarSet = 'Default';
69 if($ToolbarSet ne '') {
70 $Link .= "&amp;Toolbar=$ToolbarSet";

12