8.4 Submit Button
The Submit button provides a way for the user to trigger a scripted action in the Viewsheet. This action is performed by a script that you place in the 'onClick' handler of the Submit button.
One common use of the Submit button is to write data from an editable table or TextInput component to a database. The submitted table data may include records that the user has added, deleted, or edited in a table.
For information on how to create a database update script, see Committing User-Modified Data to Database (Database Write-Back) in Dashboard Scripting.
See Also
Committing User-Modified Data to Database (Database Write-Back) in Dashboard Scripting, to submit information to the database.
TextInput, for a component that allows arbitrary user text entry and validation.
Table Properties: Advanced Tab, to configure a table to be editable by users.
| << Radio/Check/Combo Properties: Data Tab | © 1996-2013 InetSoft Technology Corporation (v11.5) | 8.4.1 Creating a Submit Button >> |