Get the name of the hidden field used to submit the value which event was fired.
There is should one hidden field for each component that can forward JS event to the PHP script. It is the responsiblity of the component to add this field.
Tags:
Determines where a control looks for its color information.
To have a control use the same color as its parent control, set ParentColor to true. If ParentColor is false, the control uses its own Color property.
Tags:
Determines where a control looks for its font information.
To have a control use the same font as its parent control, set ParentFont to true. If ParentFont is false, the control uses its own Font property.
Tags:
Determines where a control looks to find out if its Help Hint should be shown.
Use ParentShowHint to ensure that all the controls on a form either uniformly show their Help Hints or uniformly do not show them.
If ParentShowHint is true, the control uses the ShowHint property value of its parent. If ParentShowHint is false, the control uses the value of its own ShowHint property.
To provide Help Hints for only selected controls on a form, set the ShowHint property for those controls that should have Help Hints to true, and ParentShowHint becomes false automatically.
Note: Enable or disable all Help Hints for the entire application using the ShowHint property of the application object.
property
OnActivate [line 142]
property
OnBeforeCopy [line 150]
Fires on the source object before the selection is copied to the system clipboard.
Tags:
property
OnBeforeCut [line 154]
Fires on the source object before the selection is deleted from the document.
Tags:
property
OnBeforeDeactivate [line 158]
Fires immediately before the activeElement is changed from the current object to another object in the parent document.
Tags:
property
OnBeforeEditfocus [line 162]
Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected.
Tags:
property
OnBeforePaste [line 166]
Fires on the target object before the selection is pasted from the system clipboard to the document.
Tags:
property
OnBlur [line 170]
property
OnChange [line 174]
property
OnClick [line 178]
property
OnContextMenu [line 182]
property
OnControlSelect [line 186]
Fires when the user is about to make a control selection of the object.
Tags:
property
OnCopy [line 190]
Fires on the source element when the user copies the object or selection, adding it to the system clipboard.
Tags:
property
OnCut [line 194]
Fires on the source element when the object or selection is removed from the document and added to the system clipboard.
Tags:
property
OnDblClick [line 198]
property
OnDeactivate [line 146]
Fires when the activeElement is changed from the current object to another object in the parent document.
Tags:
property
OnDrag [line 202]
Fires on the source object continuously during a drag operation.
Tags:
property
OnDragEnter [line 206]
Fires on the target element when the user drags the object to a valid drop target.
Tags:
property
OnDragLeave [line 210]
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Tags:
property
OnDragOver [line 214]
Fires on the target element continuously while the user drags the object over a valid drop target.
Tags:
property
OnDragStart [line 218]
Fires on the source object when the user starts to drag a text selection or selected object.
Tags:
property
OnDrop [line 222]
Fires on the target object when the mouse button is released during a drag-and-drop operation.
Tags:
property
OnFilterChange [line 226]
Fires when a visual filter changes state or completes a transition.
Tags:
property
OnFocus [line 230]
property
OnHelp [line 234]
Fires when the user presses the F1 key while the browser is the active window.
Tags:
property
OnKeyDown [line 238]
property
OnKeyPress [line 242]
property
OnKeyUp [line 246]
property
OnLoseCapture [line 250]
Fires when the object loses the mouse capture.
Tags:
property
OnMouseDown [line 254]
property
OnMouseEnter [line 262]
Fires when the user moves the mouse pointer into the object.
Tags:
property
OnMouseLeave [line 266]
Fires when the user moves the mouse pointer outside the boundaries of the object.
Tags:
property
OnMouseMove [line 270]
property
OnMouseOut [line 274]
property
OnMouseOver [line 278]
property
OnMouseUp [line 258]
property
OnPaste [line 282]
Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.
Tags:
property
OnPropertyChange [line 286]
Fires when a property changes on the object.
Tags:
property
OnReadyStateChange [line 290]
Fires when the state of the object has changed.
Tags:
property
OnResize [line 294]
Fires when the size of the object is about to change.
Tags:
property
OnResizeEnd [line 298]
Fires when the user finishes changing the dimensions of the object in a control selection.
Tags:
property
OnResizeStart [line 302]
Fires when the user begins to change the dimensions of the object in a control selection
Tags:
property
OnSelectStart [line 306]
Fires when the object is being selected
Tags: