Back All Commands All Display Commands
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | 0 | Integer | The ID of the List containing the entries. This list should contain the date or date/time in part 1 or part 2 |
2 | date_mode | 3 | Integer | This tells the system how the date/time is stored on the Objects.
|
3 | query | String | The additional query expression to limit the items. This is part of a query expression to qualify the entries to be selected by the system. It would look something like this: $C(^T=#:1234:^I=5886) |
|
4 | relobj | String | Relationship Expressions for new entries. Data List of, or single Object Relationships sets. [rel_id:obj_id,rel_id:obj_id:relat_level] |
|
- | disp_expr | Dependant on date mode | String | This is an expression to tell the system how to display the entry. It can simply be the number 1 or 2 for part 1 or 2 of the entry object. The !! should be used to stop it being interpreted too early. |
- | sub_temp | 0 | Integer | The sub template id to use to display the item when it is clicked on. |
- | color_expr | String | This indicates the colour to use when display the entry. |
|
- | elem_id | udb_cal | String | This is the HTML ID of the Calendar container. This is only necessary if you are displaying more than one calendar on a page. |
- | year | This year | Integer | The opening year |
- | month | This month | Integer | The opening month |
- | private_expr | String | This is an expression that, when evaluated, should return true or false indicating that the entry is to be treated as Private so that only the user who created it can see it's details. The !! should be used to stop it being interpreted too early. |
|
- | week_page | 0 | Integer | Page number to go to when the week number is clicked |
- | week_param | String | Additional Parameters to pass to the page when the week number is clicked The system will pass the Date as "cal_date=yyyy-mm-dd" and the Week as "cal_week=nn" |
|
- | new_text | fa-file-o | String | The text to display in the New Entry button in the top right |
- | options | - | Integer | Set value as 1 to Disable Adding Calendar Entries. This disables the ability to add new calendar items of clicking the day name and the add button. |