* removes an event handler from an HTML element * @param id the id of an event handler
(id: string)
| 1824 | * @param id the id of an event handler |
| 1825 | */ |
| 1826 | eventRemove(id: string): void; |
| 1827 | |
| 1828 | /** |
| 1829 | * expands the scheduler to the full screen view |
no outgoing calls
no test coverage detected