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 3: Line 3:
 
{{:DOM Data Types Remarks}}
 
{{:DOM Data Types Remarks}}
  
===DOMAttribute===
+
===<span id="DOMAttribute"></span>DOMAttribute <span class="SectionLink">([[DOMAttribute|Full Article]])</span>===
 
:* Full Article: [[DOMAttribute]]
 
:* 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:54, 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.