OpenMediaVault  3.0 (Erasmus)
The open network attached storage solution
OMV::form::field::CheckboxGrid Class Reference
Inheritance diagram for OMV::form::field::CheckboxGrid:

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 with a checkbox column. The checked records will be retrieved via getValue and can be set via setValue.

Parameters
valueFieldThe underlying data value name to bind to this field. Required.
minSelectionsThe number of minimal selections. Defaults to 0.
maxSelectionsThe number of max. selections. Defaults to Number.MAX_VALUE.
minSelectionsTextThe error text to use when the min. selection count is invalid.
maxSelectionsTextThe error text to use when the max. selection count is invalid.

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