Form
Reference documentation for individual Form items in the Solution Explorer
Last updated
Was this helpful?
Reference documentation for individual Form items in the Solution Explorer
Last updated
Was this helpful?
In a Servoy application, forms serve as the primary units of UI space. Each form designates a screen area for interacting with UI components, data, and scripted logic. Double-clicking on this item will open the .
Expanding a form will show the items contained in the form, UI, as well as data and logic related:
When the case, extra items are visible:
containers: by right-clicking on this item, the user has the option to and to .
selectedrecord: this item's contains all avaialable dataproviders given by the form's datasource (for example table columns, aggregations, calculations, etc.)
See for properties that can be set on a Form from Properties View.
A summary of commands available on this item via right-click context menu:
Opens Form in Titanium Client
Create a new form method
Adds form to a Working Set
Creates a (deep) copy of the form
Deletes form from workspace
Change form name
Runs JSUnit tests from the form
Search all references in your active solution
The details for each command available on this item via right-click context menu:
Open form in Titanium Client. The client opened from Servoy Developer is a Debug Client (as you can debug through it). If you have an opened Client, you can open the selected form in it (as main form).
Create a new form method (javascript function in form scripting file).
Add the form to a working set (like a logical folder for that form).
Creates a (deep) copy of the form. You can choose the new form name.
Deletes the form from workspace.
Can choose a new name for the form.
Warning This may break your solution if you use the hard coded name in some code of your solution.
Search all references of the form in your active solution.
form name:
foundset:
When the case, extra items are visible:
methods and events:
Opens the
Opens the
Opens the form
Opens the to create subform
Opens the
A summary of properties for this item, which can be configured in the Properties Editor. See for properties that can be modified in Properties Editor.
Opens the . A form has two parts, user interface file and scripting file. In Form Editor you can change the design of the form.
Opens the . There you see the hierarchy tree (according to parent-child relation).
Opens the form . Each form has a design file and a scripting file (javascript code). Is used to encapsulate code specific to that form, that should not be reused from another form (except through inheritance).
Opens the to create child form (new form whose parent is the selected form).
Opens the . A form has two parts, user interface file and scripting file. In Form Editor you can change the design of the form.
Runs JSUnit tests from selected form. See for what is unit testing and for JSUnit testing API.
Here are the item details that appear in the and each command available via right-click:
- applies in case there are inherited methods on the form