TTMSFNCMapsReturnValue Enumeration
Selects the HTML value returned with an element action event.
API unit family: TMSFNCMaps
Members
| Name | Description |
|---|---|
rvNone |
Does not return an element value. |
rvValue |
Returns the element's value property. |
rvChecked |
Returns the element's checked state. |
rvInnerHTML |
Returns the element's inner HTML. |
rvInnerText |
Returns the element's inner text. |
rvSelectedIndex |
Returns the element's selected index. |