Class pvr.widget.editors.DropDownListEditor


Extends pvr.widget.editors._DropDownMultiEditor.
Provides an editable entry list editor widget for editing multiple value properties.

The editor widget is rendered as a drop-down button or link which renders a summary of each of the existing values. When the button is clicked a dialog is presented wherein the values are presented in grid. A value editor and other controls are also provided for the user to add, remove or reorder the values in the grid.

You can configure the specific value editor to use along with its particular settings.


Defined in: <pvr\widget\editors\DropDownListEditor.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 

Constructor Detail

pvr.widget.editors.DropDownListEditor()

Method Detail

createContentWidget()