g_HolderContentsGroup_Calendar
Calendar
Properties
context : stringThe attribute, association path, or a constant specifying context indentifier to be set. For context bus adapter.
- See
- Application'contextImplementation
control : identifierThe control type this should be rendered with.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
customWeekLength : intThe number of days of a custom week. Must be an Integer between 2 and 7.
customWeekStartDay : intThe day the custom week should start at where 1 = Sunday and 7 = Saturday. Must be an Integer between 1 and 7.
edit : stringBoolean property specifying whether the insert, delete, or edit operations are allowed in the column.
editMode : FormEditTypeWhether the control is used for querying, or editing.
Valid values based on“string”. edit Marks the form as edit only.
query Marks the form as query only.
enabled : stringThe attribute, association path, or a constant returning boolean to set enablement.
end : identifierListEnd of the Calendar.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
error : stringExpression returning non-#f if the message should be treated as an error. The raw message is passed as "this".
firstDayOfWeek : intThe day the normal week view should start at, where 1 = Sunday and 7 = Saturday. Must be an Integer between 1 and 7.
menu : identifierThe menu associated with the Calendar.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
name : uiIdentifierUniquely identifies the tabbable control.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
query : stringList of additional attributes to include in read query.
required : stringThe attribute, association path, or a constant returning boolean to set whether the value for the control is required.
If the attribute is required in the model, it takes precedence and one cannot change this setting in the UI. If the attribute is not required in the model, the requiredness can be set to an attribute, association path, or a constant returning boolean. If the value is set to #t, or the attribute value is true, the requiredness cannot be changed using 'required' view property that is set via client-side API. If the value is left blank, it is set to #f, or the attribute value is false, the requiredness can be changed using 'required' view property that is set via client-side API.start : identifierListStart of the Calendar.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
style : stringStyle for the Calendar control.
tabIndex : longThe index number of the tabbable control. Must be a long integer.
tabStop : booleanSpecifies if tabbing should stop on the tabbable control
timeZone : stringA timezone ID; a name such as "America/Los_Angeles", or a custom ID such as "GMT-8:00". The client's detected time zone will be used if this is empty.
- Example
"GMT", "America/New_York", "America/Los_Angeles"
tooltip : stringThe attribute, association path, or a constant specifying tooltip.
type : CalendarRenderingTypeSpecifies if the calendar is the standard or event planning type.
Valid values based on“string”. standard event value : stringThe attribute to which the control will bind.
visible : stringThe attribute, association path, or a constant returning boolean to set visibility.
Parents
Parent topic: t_TableLayoutType_Rows_Row_Holder
Parent topic: t_SplitterLayoutType_Holder
Parent topic: t_ActionTileType_Icon
Parent topic: t_ActionTileType_Summary
Parent topic: t_ActionTileType_ActionIcon
Parent topic: t_ExpandableTileType_Icon
Parent topic: t_ExpandableTileType_Summary
Parent topic: t_ExpandableTileType_ActionIcon
Parent topic: t_ExpandableTileType_Detail
Parent topic: t_ExpandableTileType_Attachment
Parent topic: t_ExpandableTileType_Toolbar