new VbulletinPopupMenu(args)
Popup Menu
Name | Type | Description |
---|---|---|
args |
Object | widget arguments |
Example
var menu = new VbulletinPopupMenu({
title: 'text to show in menu popup',
build: function(element) { // called the first time the menu is shown
$(element).add_necessary_stuff();
},
insertBefore: slider_inserted_before_this
});
Extends
Methods
-
inherited val(value){Object}
Get/set widget's values
-
Name Type Description value
Object new value Returns:
Type Description Object (new) value