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
| staticItems: Array |
| This property may be used to add static items to the menu.
|
|
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
| CallBackFunction: String (write-only)
|
| This property may be used to set the function to be called when an item has been clicked.
|
|
public
| Easing: String (write-only)
|
| This property may be used to set the easing type.
|
|
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 text effect mode.
|
|
public
| FontColor: Number (write-only)
|
| This property may be used to set the font color.
|
|
public
| FontROColor: Number (write-only)
|
| This property may be used to set the font color on rollover.
|
|
public
| FontSColor: Number (write-only)
|
| This property may be used to set the font color of the selected item.
|
|
public
| FontSize: Number (write-only)
|
| This property may be used to set the font size.
|
|
public
| ItemPadding: Number (write-only)
|
| This property may be used to set the item padding.
|
|
public
| Mode: String (write-only)
|
| This property may be used to set the menu mode.
|
|
public
| Pointer: String (write-only)
|
| This property may be used to set the pointer clip.
|
|
public
| PointerMode: String (write-only)
|
| This property may be used to set the pointer mode.
|
|
public
| RoSize: Number (write-only)
|
| This property may be used to set the item scale on rollover.
|
|
public
| Speed: Number (write-only)
|
| This property may be used to set the easing speed.
|
|
public
| StretchPointer: Boolean (write-only)
|
| This property may be used to set the stretching mode of the pointer.
|
|
public
| TFclip: String (write-only)
|
| This property may be used to set the textfield clip used in items.
|
|
public
| URLTgt: String (write-only)
|
| This property may be used to set the link target.
|
|
Constructor |
| BJCBounceMenu (
)
|
| Constructor
|
|
Method Summary |
public
| addItem (
title: String, URL: String
): Number |
| This method may be used to add an item to the component.
|
|
public
| addItemCustom (
title: String, URL: String, urlTarget: String, size: Number, fontColor: Number, fontROColor: Number, fontSColor: Number
): Number |
| This method may be used to add a customized item to the component.
|
|
public
| clearMenu (
): Void |
| This method may be used to remove all the items in the component.
|
|
public
| setCallback (
cb: String
): Void |
| This method may be used to set the function to be called when an item is pressed.
|
|
public
| setSelected (
index: Number
): Void |
| This method may be used to set a specified item selected.
|
|
|