Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These are the common properties and collections that are associated with all elements in the DOM.
Note These properties are only supported in Windows Mobile 5.0.
Description
This is the list of Properties that would normally apply to all of the DOM elements.
| Properties | Type/Argument | Access |
|---|---|---|
| currentStyle | object | Read only |
| document | object | Read only |
| id | string | Read/Write |
| innerHTML | string | Read/Write |
| innerText | string | Read/Write |
| parentElement | object | Read only |
| style | object | Read only |
| tagName | string | Read only |
This is a list of all Collections that would normally apply to all the DOM elements.
| Collections | Type/Argument | Access |
|---|---|---|
| children | ||
| length | long | Read only |
| item | ([optional] variant name, [optional] variant index) |
Supported |
See Also
Send Feedback on this topic to the authors