Home
last modified time | relevance | path

Searched refs:Label (Results 51 – 60 of 60) sorted by last modified time

123

/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js88Label=B||A;this.Tooltip=C||this.Label;this.Style=E||0;this.State=F||0;this.Icon=new FCKIcon(D);if …
89Label=B;this.Tooltip=C;this.Style=D;this.SourceView=E?true:false;this.ContextSensitive=F?true:fals…
90Label=' ';this.Caption=A;this.Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Pa…
92Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
93Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.NormalLabel='Normal';this.…
94Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
95Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
103Label=C||B;this.IsDisabled=E;this.Icon=new FCKIcon(D);this.SubMenu=new FCKMenuBlockPanel();this.Su…
H A Dfckeditorcode_gecko.js87Label=B||A;this.Tooltip=C||this.Label;this.Style=E||0;this.State=F||0;this.Icon=new FCKIcon(D);if …
88Label=B;this.Tooltip=C;this.Style=D;this.SourceView=E?true:false;this.ContextSensitive=F?true:fals…
89Label=' ';this.Caption=A;this.Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Pa…
91Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
92Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.NormalLabel='Normal';this.…
93Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
94Label=this.GetLabel();this.Tooltip=A?A:this.Label;this.Style=B?B:2;this.DefaultLabel=FCKConfig.Def…
102Label=C||B;this.IsDisabled=E;this.Icon=new FCKIcon(D);this.SubMenu=new FCKMenuBlockPanel();this.Su…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontsizecombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
66 style.Label = caption ;
H A Dfcktoolbarfontscombo.js27 this.Label = this.GetLabel() ;
28 this.Tooltip = tooltip ? tooltip : this.Label ;
65 style.Label = caption ;
H A Dfcktoolbarfontformatcombo.js30 this.Label = this.GetLabel() ;
31 this.Tooltip = tooltip ? tooltip : this.Label ;
77 style.Label = oNames[ elementName ] ;
105 targetSpecialCombo.SetLabel( style.Label ) ;
H A Dfcktoolbarstylecombo.js30 this.Label = this.GetLabel() ;
31 this.Tooltip = tooltip ? tooltip : this.Label ;
81 FCKToolbarStyleCombo_BuildPreview( style, style.Label || styleName ) ;
110 targetSpecialCombo.SetLabel( style.Label || style.Name ) ;
H A Dfckspecialcombo.js30 this.Label = ' ' ;
173 if ( text == this.Label )
176 this.Label = text ;
241 this._LabelEl.innerHTML = this.Label ;
H A Dfcktoolbarbuttonui.js27 this.Label = label || name ;
28 this.Tooltip = tooltip || this.Label ;
96 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
H A Dfcktoolbarbutton.js27 this.Label = label ;
43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
H A Dfckmenuitem.js27 this.Label = label || name ;
81 eCell.appendChild( oDoc.createTextNode( this.Label ) ) ;

123