Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.timetable.CustomEventEditor )
| only | null | A value-binding expression that associates the EventEditorPage with a backing bean property. |
oncreate | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should show the custom editor for event creation. |
onedit | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should show the custom editor for event editing. |