|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
make_select.js
Contains the Make.Select Class, the Array.makeSelect method and the make_select function to easily create custom Select Elements Contains Class Make.Select, Array.makeSelect, Function make_select Requires Summary
Allows you to easily create lists of Option Elements nested in a main Select Element. Extends Class Make Constructor new Make.Select (id, items, properties) Properties
Options
Methods
top method make makes a Select element from an array of strings. Returns the Select
Example var items = [ ['Microsoft', 'IE6', 'IE7'], ['Mozilla', 'Firefox', 'Sunbird'], ['Mac', 'Safari'], ['Opera', '9.x', '8.x'] ]; // creates the select with nested options and custom properties var select = new Make.Select('select', items, {properties: {title:'browsers'}}).make(); Contains the makeSelect method
Extends Class Array Methods
top method makeSelect Array method to make Select elements from an array of strings. Returns the Select
Arguments
top function make_select Creates Select elements like Make.Select Class but as a function
Arguments
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |