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.
|
|
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
| BgGR: Number (write-only)
|
| This property may be used to set the gradient color.
|
|
public
| BrdColor: Number (write-only)
|
| This property may be used to set the border color.
|
|
public
| BtnGR: Number (write-only)
|
| This property may be used to set the item gradient 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
| 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
| ROBGColor: Number (write-only)
|
| This property may be used to set the item background color.
|
|
public
| ROFontColor: Number (write-only)
|
| This property may be used to set the font color on rollover.
|
|
public
| Source: String (write-only)
|
| This property may be used to set the XML source ( XML-object or XML-file ).
|
|
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.
|
|
Constructor |
| BJCDropMenu (
)
|
| Constructor
|
|
Method Summary |
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 (
index
): Void |
| This method may be used to open a submenu of 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.
|
|
public
| setSource (
src: XML
): Void |
| This method may be used to set the XML-source of the component.
|
|
|