Field Summary |
public
| onMouseOut: Function |
| This event is invoked when the mouse leaves a specified item.
|
|
public
| onMouseOver: Function |
| This event is invoked when the mouse is on a specified item.
|
|
public
| staticIcons: Array |
| This property may be used to set the icons of the static items.
|
|
public
| staticItems: Array |
| This property may be used to add static items to the menu.
|
|
public
| staticTargets: Array |
| This property may be used to set the link targets of the static items.
|
|
public
| staticURLs: Array |
| This property may be used to set the links of the static items.
|
|
Property Summary |
public
| Align: String (write-only)
|
| This property may be used to set the text alignment.
|
|
public
| BGColor: Number (write-only)
|
| This property may be used to set the background color.
|
|
public
| BGGradColor: Number (write-only)
|
| This property may be used to set the gradient color.
|
|
public
| BrdColor1: Number (write-only)
|
| This property may be used to set the bright border color.
|
|
public
| BrdColor2: Number (write-only)
|
| This property may be used to set the dark border color.
|
|
public
| CallBackFunction: String (write-only)
|
| This property may be used to set the function to be called when an item has been clicked.
|
|
public
| Elasticity: Number (write-only)
|
| This property may be used to set the easing elasticity.
|
|
public
| EType: String (write-only)
|
| This property may be used to set the easing type.
|
|
public
| Font: String (write-only)
|
| This property may be used to set the text font.
|
|
public
| FontColor: Number (write-only)
|
| This property may be used to set the font color.
|
|
public
| FontSize: Number (write-only)
|
| This property may be used to set the font size.
|
|
public
| IColor: Number (write-only)
|
| This property may be used to set the item color.
|
|
public
| Icon: String (write-only)
|
| This property may be used to set the main icon.
|
|
public
| MBBColor: Number (write-only)
|
| This property may be used to set the main button border color.
|
|
public
| MBColor: Number (write-only)
|
| This property may be used to set the main button color.
|
|
public
| ROFontColor: Number (write-only)
|
| This property may be used to set the font color on rollover.
|
|
public
| SIHeight: Number (write-only)
|
| This property may be used to set the item height.
|
|
public
| Speed: Number (write-only)
|
| This property may be used to set the easing speed.
|
|
public
| Strength: Number (write-only)
|
| This property may be used to set the easing strength.
|
|
public
| Title: String (write-only)
|
| This property may be used to set the main title.
|
|
Constructor |
| BJCScrollMenu (
)
|
| Constructor
|
|
Method Summary |
public
| addItem (
title: String, icon: String, link: String, target: String
): Number |
| This method may be used to add an item to the component.
|
|
public
| clearMenu (
): Void |
| This method may be used to remove all items in the component.
|
|
public
| close (
): Void |
| This method may be used to close the menu component.
|
|
public
| open (
): Void |
| This method may be used to open the menu component.
|
|
public
| setCallback (
cb: String
): Void |
| This method may be used to set the function to be called when an item is pressed.
|
|
|