Back All Commands All Display Commands
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | 0 | Integer | ID of object to link to |
2 | text | Link | String | Text to be displayed on the link |
3 | param | String | Any parameters you want to pass to the page e.g. "A=1&B=2" Entering the ID of an HTML form will cause the form values to be submitted as parameters. e.g. "#myform" - follow this with a ? and any additional parameters e.g. #myform?A=1 |
|
4 | bookmark | String | Adds a bookmark to the URL. A bookmark is a reference on the page so that the readers can jump to specific parts of a web page. It is defined on the page by using the ID reference, e.g. <DIV id="bookmark_link">. To use this you don't need to specify the # which you would use if you were writing this in a regular HREF link. | |
- | class | String | Set the classes on the link. e.g. btn btn-primary |
|
- | confirm | String | Ask a question before the link is executed. | |
- | dialog_o | {} | String | A JSON string of Dialog Options. |
- | dialog_x | 600 | Integer | The width to display the dialog box. Only used with the tag target of DIALOG. |
- | dialog_y | 500 | Integer | The height to display the dialog box. Only used with a target of DIALOG. |
- | friendly_name | true | Boolean | This can hold the values true, false. |
- | id | String | An HTML ID for the element | |
- | method | 1 | Integer | The display method when loading the content via 0 - Populate but don't show |
- | notify_d | -1 | Integer | The duration to display the Notification for when using the NOTIFY target. |
- | notify_p | tr | String | The position to display the notification in when using the NOTIFY target |
- | notify_t | 1 | Integer | The Type of Notification to display when using the NOTIFY target. See the {NOTIFY} command for more details. |
- | style | String | Element Style | |
- | target | String | Add a page target :- _blank, You can create an AJAX link by entering a # followed by the ID of the element to populate, ensuring you also add a style of display:none to the element. |
|
- | title | String | Adds a title to the link |