Skip to content

Commit 1bdca1d

Browse files
author
Gary Criblez
committed
New build : You can use "#" to designate the 4D resources folder in your path when you load a template
1 parent 318cb15 commit 1bdca1d

8 files changed

Lines changed: 9 additions & 5 deletions

File tree

AJUI_Tip.4dbase/AJUI_Tip.4DZ

371 Bytes
Binary file not shown.

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_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

371 Bytes
Binary file not shown.

AJUI_Tip_Lab.4dbase/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_Tip_Lab.4dbase/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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A tip is created via the language and will be displayed in a subform element in
3232

3333
### Version
3434

35-
1.6.1-Build40 // Fri, 19 Jun 2020 08:50:21 GMT
35+
1.6.2-Build44 // Wed, 29 Jul 2020 07:46:30 GMT
3636

3737
Minimal 4D Version :
3838
- 18 (using formula member function)

change_logs.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ Lab :
6868
V1.6.1 (component) - GC - 19.06.2020
6969
- Added class Tip
7070
- Updated wiki
71+
72+
V1.6.2 - GC - 29.07.2020
73+
- You can use "#" to designate the 4D resources folder in your path when you load a template
74+
- Updated wiki

0 commit comments

Comments
 (0)