-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new action url redirect * Add action internal redirect * Add new actions - internalRed/SqlComm/JSscript * add -overview- to all actions + view/delete/update files * New Action update * Options Action update * Export Action update * Import Action update * Refresh Action update * Caption Action update * Sort Action update * Detailed filters Action update * Audit Log Action update * Update info Log Action * Update overview files * Update Save Action * Update Cancel Action * Update Back Action * merge resolve * New text component add * Commit doc * Correcao ExpressionTagHelper * Update numeric components * fix conflict option_action * Update calendar component * Update Boolean component + toc.yml correction * Update Data Item component
- Loading branch information
1 parent
64ea625
commit 656156e
Showing
9 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
doc/Documentation/articles/components/dataitem_component.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
## Data Item Component | ||
|
||
This option will be used for values in general. There will be an explanation for every option inside *Data Item Component*. | ||
|
||
To learn how to access the *Components* field : [Overview Component ](../components/overview_component.md) | ||
|
||
#### Combo Box | ||
|
||
This component allows multiple options for the user to choose from. The image below shows how it works. | ||
|
||
![](../../media/component_dataitem_checkbox_example_1.png) | ||
|
||
There is a place to include the options for your Combo Box. | ||
|
||
![](../../media/component_dataitem_checkbox_example_2.png) | ||
|
||
#### Lookup | ||
|
||
This component will allow information from another table to be selected for the current grid column. | ||
|
||
When clicking on the search field: | ||
|
||
![](../../media/component_dataitem_lookup_example_2.png) | ||
|
||
The image below shows the **Nome da Campanha** and **Data Criação**, as they were selected during the *Lookup* component registration. It is possible to change which values are displayed. *Element Map* will be used to register the search information mentioned above. *Element Name* is used to select the existing table, and *ID* and *Description* define which information will be displayed. It is important to note that the information can be changed according to the *Type* field. More information about this field can be found at the end of the page, in *Additional Settings*. | ||
|
||
The image below illustrates the display: | ||
|
||
![](../../media/component_dataitem_lookup_example_1.png) | ||
|
||
#### Radio Button Group | ||
|
||
This component allows enabling a set of radio buttons that let the user select one option among them. The registered options can be configured according to the selection in the *Type* field. More information about this field can be found at the end of the page, in *Additional Settings*. | ||
|
||
![](../../media/component_dataitem_radiobutton_example_1.png) | ||
|
||
#### Search Box | ||
|
||
An input field that allows the user to enter search terms to find specific information. As the user types, the component can suggest matching results to facilitate the search. | ||
|
||
![](../../media/component_dataitem_serachbox_example_1.png) | ||
|
||
#### Additional Settings | ||
|
||
- **Type**: Allows you to choose how the displayed information will be collected. Information can be selected through an *SQL Command*, manually entered by the creator, or selected from another existing dictionary via the *Element Map*. | ||
|
||
- **Grid Behavior**: Allows you to choose which information from your record will be displayed in the grid column of the data dictionary. | ||
|
||
- **First Option**: Allows you to change which option will be the first displayed in the *Combo Box*. | ||
|
||
- **Enable Multi Select**: Allows the user to select more than one value displayed in the *Combo Box*. | ||
|
||
- **Show Icon**: Allows an icon to be added next to the *Combo Box* options. | ||
|
||
- **Element Map**: Allows you to register which table and which information will be displayed when adding new information to the current dictionary. Element Name is used to select an existent table. The field ID and Description can be user to set which informations will be displayed in the grid. | ||
|
||
- **Filter**: Allows you to enable the existing filter in the table selected through the *Element Map* field. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.