Skip to content

Commit 87ca805

Browse files
author
Gabriel Inzirillo
committed
Update component of the LAB
1 parent 6e74d42 commit 87ca805

9 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Folder_Reports
4444
.Spotlight-V100
4545
.Trashes
4646
ehthumbs.db
47-
Thumbs.db
47+
Thumbs.db
48+
*.icloud
10.4 KB
Binary file not shown.
Binary file not shown.
3.95 KB
Binary file not shown.
Binary file not shown.
15.7 KB
Binary file not shown.

AJUI_ButtonLab/Components/AJUI_Tip.4dbase/Documentation/Methods/AJUI_Tip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Exposes the Tip class at the host base. Replace New AJUI_tip since V18R3.It is p
1111

1212
| Parameter | Type | In/Out | Description |
1313
| --------- | ---- | ------ | ----------- |
14-
| 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 BreadCrumb.<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_Tip_Templates/). |
14+
| 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 BreadCrumb.<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_Tip_Templates/). You can use "#" to designate the 4D resources folder in your path. |
1515
| instance | object | out | instance of AJUI_Tip with all the member functions |
1616

1717

AJUI_ButtonLab/Components/AJUI_Tip.4dbase/Documentation/Methods/New AJUI_Tip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This method returns an object variable that represents an instance of AJUI Tip.
1111

1212
| Parameter | Type | In/Out | Description |
1313
| --------- | ---- | ------ | ----------- |
14-
| 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 BreadCrumb.<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_Tip_Templates/). |
14+
| 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 BreadCrumb.<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_Tip_Templates/). You can use "#" to designate the 4D resources folder in your path. |
1515
| instance | object | out | instance of AJUI_Tip with all the member functions |
1616

1717

Binary file not shown.

0 commit comments

Comments
 (0)