Skip to content

Dropdown

Josh Stovall edited this page Dec 3, 2020 · 1 revision

Dropdown()

Provides a HTML <select> style dropdown

See the live demo.

new XR.Dropdown({
    options:[
        'box',
        'sphere',
        'cylinder'
   ]
});
Clone this wiki locally