|
|
|
|
|
Rich Text Area control events
The following events appear by default in the WEBDEV code editor: | | Event | Runtime condition |
---|
Initialization (server code) | Executed when the page is opened. * | Click (browser code) | Run during the click in the Rich Text Area control. | Mouse moved (browser code) | Executed when moving the mouse over the Rich Text Area control. |
(*) By default, the "Initialization" event of each control is run according to the order in which the controls were created in the page. To modify this runtime order: - On the "Page" tab, in the "Edit" group, expand "Tab order" and select "Edit".
- In the window that appears, use the arrows on the right to change the order in which the controls are initialized.
Note: The fields contained in the Rich Text Area control have their own events..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|