Erstellt ein neues MultiSelect durch Abrufen der verfügbaren Optionen von window..CodbiPluginData.fileListing und Generieren eines entsprechenden HTMLInputElement für jeden Eintrag dort. Jeder HTMLInputElement löst eine set-property von Callbacks aus, wenn geklickt.
Konfiguration für diesen 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.
Erzeugt eine CSV aller ausgewählten Standardkonfigurationen.
Eine CSV aller ausgewählten Standardkonfigurationen.
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.
ProtectedsetLöscht alle Auswahlen, bevor die ausgewählten Konfigurationen gemäß den empfangenen Daten festgelegt werden.
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.
Ein einfacher Editors.BaseEditor, der die verfügbaren Optionen zum Anzeigen abruft
window.. CodbiPluginData.fileListing speichert die getroffenen Auswahlen.
In erster Linie dazu gedacht, die Standardkonfigurationen von CodBi auszuwählen, die in ein Formular aufgenommen werden sollen.