OpenMediaVault  0.6 (Kralizec)
The open network attached storage solution
 All Classes Functions Variables Groups Pages
OMV::form::field::Grid Class Reference

Detailed Description

This file is part of OpenMediaVault.

License:
http://www.gnu.org/licenses/gpl.html GPL Version 3
Author
Volker Theile volke.nosp@m.r.th.nosp@m.eile@.nosp@m.open.nosp@m.media.nosp@m.vaul.nosp@m.t.org

OpenMediaVault is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

OpenMediaVault is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenMediaVault. If not, see http://www.gnu.org/licenses/.

This field displayes a grid control. The content of the grid is set via the setValue method and can be retrieved with the getValue method. Ext.form.FieldContainer

Parameters
allowBlankSet to FALSE to require at least one item in the grid to be selected, TRUE to allow no selection. Defaults to TRUE.
delimiterThe string used to delimit the selected values.
useStringValueTRUE to return the field value always as string. The delimiter is used to concatenate the values. Defaults to FALSE. The setValue method splits the value before processing in case it is a string.
blankTextThe error text to display if the allowBlank validation fails.
readOnlySet to TRUE to mark the field as readOnly.
gridClassThe grid class name. Defaults to OMV.grid.Panel.
gridConfigThe grid configuration.

The documentation for this class was generated from the following file: