Type to start searching...

Schedule

Properties
allDay : string

captions : string

codes : string

contactNames : string

contacts : string

endTimes : string

icons : string

monthCaptions : string

notes : string

participantIds : string

participants : string

precisions : string

startTimes : string

weekCaptions : string

where : string

Logical expression that the items must satisfy. If quasiquoted, it is expanded on the client every time the model is (re-)loaded.

Special local variable this (=controller) is provided by the framework for the function
Example


Constant where expression:
(= (@ firstName) "Joe")

Function returning where clause:
`(generate-where-clause this "EntityId")

In a library:
(define (generate-where-clause controller var)
...
)

Content
Parents
  • ScheduleLayout - ScheduleLayout control - within a composite in a layout.
  • ScheduleLayout - ScheduleLayout control - within tabs in a layout