Skip to content

Commit

Permalink
New build : You can use "#" to designate the 4D resources folder in y…
Browse files Browse the repository at this point in the history
…our path when you load a template
  • Loading branch information
Gary Criblez committed Jul 29, 2020
1 parent 318cb15 commit 1bdca1d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
Binary file modified AJUI_Tip.4dbase/AJUI_Tip.4DZ
Binary file not shown.
2 changes: 1 addition & 1 deletion AJUI_Tip.4dbase/Documentation/Methods/AJUI_Tip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Exposes the Tip class at the host base. Replace New AJUI_tip since V18R3.It is p

| 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 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/). |
| 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. |
| instance | object | out | instance of AJUI_Tip with all the member functions |


Expand Down
2 changes: 1 addition & 1 deletion AJUI_Tip.4dbase/Documentation/Methods/New AJUI_Tip.md
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 Tip.

| 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 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/). |
| 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. |
| instance | object | out | instance of AJUI_Tip with all the member functions |


Expand Down
Binary file modified AJUI_Tip_Lab.4dbase/Components/AJUI_Tip.4dbase/AJUI_Tip.4DZ
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Exposes the Tip class at the host base. Replace New AJUI_tip since V18R3.It is p

| 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 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/). |
| 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. |
| instance | object | out | instance of AJUI_Tip with all the member functions |


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 Tip.

| 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 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/). |
| 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. |
| instance | object | out | instance of AJUI_Tip with all the member functions |


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A tip is created via the language and will be displayed in a subform element in

### Version

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

Minimal 4D Version :
- 18 (using formula member function)
Expand Down
4 changes: 4 additions & 0 deletions change_logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ Lab :
V1.6.1 (component) - GC - 19.06.2020
- Added class Tip
- Updated wiki

V1.6.2 - GC - 29.07.2020
- You can use "#" to designate the 4D resources folder in your path when you load a template
- Updated wiki

0 comments on commit 1bdca1d

Please sign in to comment.