For each form, define the applicable controls. A control is a UI element of the form, for example, a field, a button, or a text.
For several types of form controls, you also need to define the control event procedure. A control event procedure has one or more actions that are done on a specific control event, like text changed or button clicked.
If your company uses different types of mobile devices, controls can require a different layout for each device.
Name | Responsible | Description |
---|---|---|
Design form control - Button |
Designer |
You can add a control of type Button to a form. For a button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Camera |
Designer |
You can add a control of type Camera
to a form. As a result, you can use the mobile device to take a picture or record a video and save it to Anywhere mobility studio. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Check box |
Designer |
You can add a control of type Checkbox to a form.
For a check box, you can also define the control event procedure. A control event procedure has one or more actions that are done when the check box is cleared or selected.
If your company uses different types of mobile devices, controls can require a different layout for each device.
|
Design form control - Configurable grid |
Designer |
You can add a control of type Configurable grid to a form. To fill the configurable grid, a query is required. Compared to the Data grid control, you can configure the required query for the Configurable grid. So, no coding is required. You must also configure the configurable grid columns. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Data grid |
Designer |
You can add a control of type Data grid to a form.
To fill the data grid, a data set is required. Compared to the configurable grid, you must develop the required data set for the data grid. So, coding is required to create the data set that queries your data. You use the data grid, for example, for lists that are based on enums instead of data. You must also configure the data grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Label-old |
Designer |
You can add a control of type Label to a form. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Literal HTML |
Designer |
You can add a control of type Literal HTML to a form. With this control type, you can use literal XHTML tags to add controls to a form. |
Design form control - Report output link |
Designer |
You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device. To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS. |
Design form control - Signature capture |
Designer |
You can add a control of type Signature capture to a form. For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting document is created. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Text box |
Designer |
You can add a control of type Textbox to a form. For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Name | Responsible | Description |
---|---|---|
Design form control - Button |
Designer |
You can add a control of type Button to a form. For a button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Camera |
Designer |
You can add a control of type Camera
to a form. As a result, you can use the mobile device to take a picture or record a video and save it to Anywhere mobility studio. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Check box |
Designer |
You can add a control of type Checkbox to a form.
For a check box, you can also define the control event procedure. A control event procedure has one or more actions that are done when the check box is cleared or selected.
If your company uses different types of mobile devices, controls can require a different layout for each device.
|
Design form control - Configurable grid |
Designer |
You can add a control of type Configurable grid to a form. To fill the configurable grid, a query is required. Compared to the Data grid control, you can configure the required query for the Configurable grid. So, no coding is required. You must also configure the configurable grid columns. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Data grid |
Designer |
You can add a control of type Data grid to a form.
To fill the data grid, a data set is required. Compared to the configurable grid, you must develop the required data set for the data grid. So, coding is required to create the data set that queries your data. You use the data grid, for example, for lists that are based on enums instead of data. You must also configure the data grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Label-old |
Designer |
You can add a control of type Label to a form. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Literal HTML |
Designer |
You can add a control of type Literal HTML to a form. With this control type, you can use literal XHTML tags to add controls to a form. |
Design form control - Report output link |
Designer |
You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device. To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS. |
Design form control - Signature capture |
Designer |
You can add a control of type Signature capture to a form. For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting document is created. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Design form control - Text box |
Designer |
You can add a control of type Textbox to a form. For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed. If your company uses different types of mobile devices, controls can require a different layout for each device. |
Related to | Notes |
---|---|
Design form controls |
  |