Skip to content

Commit

Permalink
Update components in the lab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Inzirillo committed Feb 22, 2022
1 parent 807ca27 commit d9ed37c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Utility method to get all JSON files from a folder into a collection. You can pa
| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
| folderPath | text | in | where to find the template json files |
| templates | collection | out | content of the template files  |
| templates | collection | out | template files name  |

## Example

Expand All @@ -23,4 +23,4 @@ Utility method to get all JSON files from a folder into a collection. You can pa
If ($folder.exists)
$templates_col:=AJUI_Btn_LoadTemplates ($folder.platformPath)
End if
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Exposes the Button class at the host base. Replace New AJUI_Button since V18R3.

| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
| template | object | in | Properties :<br> - (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.<br> - (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). |
| template | object | in | Properties :<br> - (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.<br> - (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). You can use "#" to designate the 4D resources folder in your path |
| instance | object | out | instance of AJUI_Button with all the member functions |

## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This method returns an object variable that represents an instance of AJUI Butto

| Parameter | Type | In/Out | Description |
| --------- | ---- | ------ | ----------- |
| template | object | in | Properties :<br> - (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.<br> - (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). |
| template | object | in | Properties :<br> - (text) templateName : Name of the folder containing the JSON file to import (template). If the file is not found, the method will return a new instance of AJUI Button.<br> - (text) (optional) templatePath : You can specify a path to retrieve the file otherwise, the component will search in the default folder located in the resources (.../Resources/AJUI_Button_Templates/). You can use "#" to designate the 4D resources folder in your path |
| instance | object | out | instance of AJUI_Button with all the member functions |


Expand Down
Binary file not shown.
Binary file modified AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ
Binary file not shown.
Binary file not shown.

0 comments on commit d9ed37c

Please sign in to comment.