OpenMediaVault  0.6 (Kralizec)
The open network attached storage solution
 All Classes Functions Variables Groups Pages
OMV::workspace::form::Panel 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/.

OMV.form.Panel A enhanced form panel that automatically loads the data after the panel has been rendered. It will also display an array of buttons at the bottom of the panel. By default these are the 'OK' and 'Reset' buttons.

Parameters
rpcServiceThe RPC service name. Required.
rpcGetMethodThe RPC method to request the data. Required.
rpcGetParamsThe RPC parameters. Required.
rpcSetMethodThe RPC method to commit the data. Required.
hideTopToolbarTRUE to hide the whole toolbar. Defaults to FALSE.
hideOkButtonHide the 'OK' button.
hideResetButtonHide the 'Reset' button.
okButtonTextThe 'OK' button text. Defaults to 'Apply'.
resetButtonTextThe 'Reset' button text. Defaults to 'Reset'.
onlySubmitIfDirtyOnly submit the form values if the form is marked as dirty. Defaults to TRUE.
autoLoadDataAutomatically execute the doLoad method after the component has been initialized. Defaults to TRUE.

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