Property "Events" <events>

Top  Previous  Next

The Events property groups the events where action procedures can be defined with Java Scripts so that the user can interact with the page or the browser can do a specific task in a given time interval.

To specify an event procedure for an element

1.Select the element on the page
2.Locate the event you want under the Events property in the Property Editor.
3.Call the JScript Editor by clicking the [...] button across the event
4.Enter the Java Script code and Save.

 

Events defined for elements differ according to the type of the element. MoreMotion Application Studio support some artificial events in addition to standard DHTML events to provide flexibility.

The Events supported by the MoreMotion Application Studio

OnAbort

OnBlur

OnChange

OnCreate (Artificial Event)

OnClick

OnDoubleClick

OnFocus

OnKeyDown

OnKeyPress

OnKeyUp

OnLoad

OnMouseDown

OnMouseOut

OnMouseOver

OnMouseUp

OnReset

OnResize

OnSelect

OnSubmit

OnUnload