Crea un nuovo MultiSelect recuperando le opzioni disponibili da window..CodbiPluginData.fileListing e generando un HTMLInputElement appropriato per ciascuno entrata lì. Ciascun HTMLInputElement attiverà una set-property da Callbacks quando cliccato.
Configurazione per questo 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.
Genera un CSV di tutte le configurazioni standard selezionate.
Un CSV di tutte le configurazioni standard selezionate.
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.
ProtectedsetCancella tutte le selezioni prima di impostare le configurazioni selezionate in base ai dati ricevuti.
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.
Un semplice Editors.BaseEditor recupero delle opzioni disponibili da cui visualizzare
window.. CodbiPluginData.fileListing memorizzazione delle selezioni effettuate.
Destinato principalmente ad essere utilizzato per selezionare le configurazioni standard di CodBi che devono essere incluse in un modulo.