Difference between revisions of "DOM Data Types"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOM Data Types class)
(Documentation for the DOM Data Types class)
Line 4: Line 4:
  
 
===<span id="DOMAttribute"></span>DOMAttribute <span class="SectionLink">([[DOMAttribute|Full Article]])</span>===
 
===<span id="DOMAttribute"></span>DOMAttribute <span class="SectionLink">([[DOMAttribute|Full Article]])</span>===
:* Full Article: [[DOMAttribute]]
 
 
Represents a Object Type DOM Attribute. [[DOM Attribution]] allows you to add metadata to nodes and properties of an [[Object Type|Object Types]]. Much like attributes in C# these attributes are available on all instances of an object type in the DOM.
 
Represents a Object Type DOM Attribute. [[DOM Attribution]] allows you to add metadata to nodes and properties of an [[Object Type|Object Types]]. Much like attributes in C# these attributes are available on all instances of an object type in the DOM.
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 18:56, 7 April 2017

DOM Data Types

Remarks [edit]

DOMAttribute (Full Article)

Represents a Object Type DOM Attribute. DOM Attribution allows you to add metadata to nodes and properties of an Object Types. Much like attributes in C# these attributes are available on all instances of an object type in the DOM.