Creates a new MultiSelect by retrieving the available options from window..CodbiPluginData.fileListing and generating an appropriate HTMLInputElement for each entry there. Each HTMLInputElement will trigger a set-property from Callbacks when clicked.
Configuration for this editor.
Protected_Use config.IPropertyDescriptor.depends
Use config.IPropertyDescriptor.dependsEval
Use config.IPropertyDescriptor.property
The panel box that contains this editor. Usually the element
with the class xm-editor-panel. May return an empty JQuery instance when the
editor is used outside an editor panel.
See Editors.BaseEditor's getElement.
ProtectedgetThe panel box that contains this editor. Usually the element
with the class xm-panel-box. May return an empty JQuery instance when the
editor is used without a panel box.
The property row that contains this editor. Usually the element
with the class xm-pe-row. May return an empty JQuery instance when the
editor is used without a property row.
The type of property edited by this editor, i.e. whether this
editor is used for editing a form element property, a default property, or
a property of the entire form. undefined when the type is unknown, such
as when the editor was only just created, but not yet added to a properties
panel. May also return an empty JQuery instance when the editor is used
outside the properties panel.
Generates a CSV of all selected standard configurations.
A CSV of all selected standard configurations.
Hides this editor so that is it is not visible anymore to the user. This
should hide the entire getPropertyRow.
ProtectedpopulatePopulates the listing of standards.
ProtectedsetClears all selections prior to setting the selected configurations according to the received data.
See Editors.BaseEditor's setValue.
Sets the current value of this editor.
The new value to set on this editor.
Unhides this editor so that it is visible again.
A plain Editors.BaseEditor retrieving it's available options to display out of
window.. CodbiPluginData.fileListing storing the made selections.
Primarily intended to be used for selecting CodBi's standard configurations that shall be included into a form.