Class Index | File Index

Classes


Class Qww.Ctls.FlexiSelector.DropDownRenderer

Renderer to be used in conjunction with a Qww.Ctls.FlexiSelector.Mgr. This renderer provides a drop down style listbox.

Defined in: <JavaScript\QWW\QwwJs_FlexiSelectorMgr_DropDownRenderer.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Qww.Ctls.FlexiSelector.DropDownRenderer instance.
Field Summary
Field Attributes Field Name and Description
<static>  
Qww.Ctls.FlexiSelector.DropDownRenderer.AnimateSpeed
Speed in milliseconds with which drop down renderer expands or collapses.
Class Detail
Qww.Ctls.FlexiSelector.DropDownRenderer(cfg)
Constructs a new Qww.Ctls.FlexiSelector.DropDownRenderer instance.
Parameters:
{Object} cfg
JSON object to configure the control.
{String} cfg.ClearText Optional, Default: "[Clear]"
Text to use for the clear button.
{String} cfg.NoItemsSelectedText Optional, Default: "No items selected."
Text to use when no items are selected.
{String} cfg.Theme Optional, Default: Default
Theme to use (this string gets used in css class names, for example DropDownRenderer-TitleContainer-ThemeName).
Field Detail
<static> {Int} Qww.Ctls.FlexiSelector.DropDownRenderer.AnimateSpeed
Speed in milliseconds with which drop down renderer expands or collapses.
Default Value:
300