Searched refs:targetSpecialCombo (Results 1 – 3 of 3) sorted by relevance
61 var targetDoc = targetSpecialCombo._Panel.Document ;83 var item = targetSpecialCombo.AddItem( styleName, caption ) ;89 targetSpecialCombo.OnBeforeClick = this.StyleCombo_OnBeforeClick ;103 for ( var i in targetSpecialCombo.Items )105 var item = targetSpecialCombo.Items[i] ;110 targetSpecialCombo.SetLabel( style.Label || style.Name ) ;117 targetSpecialCombo.SetLabel( this.DefaultLabel ) ;128 targetSpecialCombo.DeselectAll() ;147 for ( var i in targetSpecialCombo.Items )149 var item = targetSpecialCombo.Items[i] ;[all …]
87 FCKToolbarFontFormatCombo.prototype.RefreshActiveItems = function( targetSpecialCombo ) argument98 for ( var i in targetSpecialCombo.Items )100 var item = targetSpecialCombo.Items[i] ;105 targetSpecialCombo.SetLabel( style.Label ) ;112 targetSpecialCombo.SetLabel( this.DefaultLabel ) ;115 FCKToolbarFontFormatCombo.prototype.StyleCombo_OnBeforeClick = function( targetSpecialCombo ) argument118 targetSpecialCombo.DeselectAll() ;127 for ( var i in targetSpecialCombo.Items )129 var item = targetSpecialCombo.Items[i] ;134 targetSpecialCombo.SelectItem( item ) ;
75 FCKToolbarFontsCombo.prototype.StyleCombo_OnBeforeClick = function( targetSpecialCombo ) argument78 targetSpecialCombo.DeselectAll() ;86 for ( var i in targetSpecialCombo.Items )88 var item = targetSpecialCombo.Items[i] ;93 targetSpecialCombo.SelectItem( item ) ;