- Source:
- API-4.1.js, line 15
Methods
getDelimiter() → {string}
Gets the active Delimiter to delimit all lists.
- Source:
- API-4.1.js, line 183
Returns:
The active delimiter.
- Type
- string
getError() → {string}
Gets error message generated by the Discngine Web Panel.
- Source:
- API-4.1.js, line 135
Returns:
The message error.
- Type
- string
getIntFromShapeName(name) → {integer}
Returns the code associated to the shape name provided in argument.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Shape name. |
- Source:
- API-4.1.js, line 4581
Returns:
The code associated to the shape name.
- Type
- integer
getLibraryFolderFiles(foldername, delimiter)
Gets library folder files list.
Parameters:
Name | Type | Description |
---|---|---|
foldername |
string | The library folder name. |
delimiter |
string | The Files list separator. |
- Source:
- API-4.1.js, line 3270
setDelimiter(delimiter)
Sets the active Delimiter to delimit all lists, use this to put a delimiter for all the session.
Parameters:
Name | Type | Description |
---|---|---|
delimiter |
string | The active delimiter to set. |
- Source:
- API-4.1.js, line 197
ShowAlerts(True)
Shows alert when an error occured.
Parameters:
Name | Type | Description |
---|---|---|
True |
boolean | to show warnings and errors in alerts, False otherwise. |
- Source:
- API-4.1.js, line 67