Lines Matching refs:specialCombo
69 function FCKSpecialCombo_ItemOnClick( ev, specialCombo, itemId ) argument
73 specialCombo._Panel.Hide() ;
75 specialCombo.SetLabel( this.FCKItemLabel ) ;
77 if ( typeof( specialCombo.OnSelect ) == 'function' )
78 specialCombo.OnSelect( itemId, this ) ;
286 function FCKSpecialCombo_OnMouseOver( ev, specialCombo ) argument
288 if ( specialCombo.Enabled )
290 switch ( specialCombo.Style )
305 function FCKSpecialCombo_OnMouseOut( ev, specialCombo ) argument
307 switch ( specialCombo.Style )
321 function FCKSpecialCombo_OnClick( e, specialCombo ) argument
331 if ( specialCombo.Enabled )
333 var oPanel = specialCombo._Panel ;
334 var oPanelBox = specialCombo._PanelBox ;
335 var oItemsHolder = specialCombo._ItemsHolderEl ;
336 var iMaxHeight = specialCombo.PanelMaxHeight ;
338 if ( specialCombo.OnBeforeClick )
339 specialCombo.OnBeforeClick( specialCombo ) ;