Class | Description |
---|---|
OnAbort |
Occurs when the users stops the loading of an image.
|
OnBlur |
The object in question loses focus (e.g. by clicking outside it or pressing
the TAB key).
|
OnBookmark |
FireWeb application event fired on browser navigation forward and back.
|
OnChange |
Occurs when a text field is changed by the user.
|
OnClick |
Occurs when the users clicks an object.
|
OnConfirm |
Occurs when JavScript FW.confirm was call
|
OnCopy |
The oncopy event occurs when the user copies the content of an element.
|
OnCut |
The oncut event occurs when the user cuts the content of an element.
|
OnDblClick |
Occurs when the users double clicks an object.
|
OnDrag |
Fire when element is dragging.
|
OnDragCancel |
Fire when element dragging cancelled (dropped outside targets)
|
OnDraw |
FireWeb application event fires before drawing view of the object.
|
OnDrop |
Fire when dropped something on this element (one of targets).
|
OnError |
Occurs when a document, or image can't load correctly.
|
OnEventTimeout |
Event is fired when asynchronous timeout event processing happened.
|
OnException |
Is fired on exception happened while event processing.
|
OnFocus |
Occurs when an object takes the 'focus'
Applies to: Button, Checkbox, File, Layer, Password, Radio, Reset, Select, Submit, Text, TextArea, Window |
OnImageLoad |
Occurs when an image loaded successfully .
|
OnKeyDown |
The user presses a key.
|
OnKeyPress |
The user presses or holds down a key.
|
OnKeyUp |
The user releases a key.
|
OnLoad |
Occurs when JavScript FW.init call on OnLoad document event
|
OnLocaleChanged |
FireWeb application event happens when request locale is different than locale
on application object.
|
OnMouseDown |
The user presses a mouse button.
|
OnMouseMove |
The user moves the mouse.
|
OnMouseOut |
The user moves the mouse away from the object.
|
OnMouseOver |
The user moves the mouse away from the object.
|
OnMouseUp |
The user mouse up over the object
|
OnOverloaded |
Event is fired when server thread executor is overloaded.
|
OnPaste |
The onpaste event occurs when the user pastes some content in an element.
|
OnPrompt |
Occurs when JavScript FW.prompt was call
|
OnRequest |
Event is fired by FireWebServlet on request service.
|
OnReset |
The user clicks the form's Reset button.
|
OnResize |
The event occurs when a window or frame is resized.
|
OnSelect |
The user selects text within the field.
|
OnSubmit |
The user clicks the form's Submit button.
|
OnTimer |
Occurs when JavScript FW.timer was call
|
OnUnload |
The unload event fires when a page starts to unload.
|