Changes between Version 2 and Version 3 of documentation/C++Manual/Elements
- Timestamp:
 - 02/08/08 11:19:57 (10 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
documentation/C++Manual/Elements
v2 v3 102 102 || ''GetClientWidth()'' || The inner width of an element. || ''clientWidth'' || 103 103 || ''GetFirstChild()'' || The first direct child node of an element. || ''firstChild'' || 104 || ''GetI D()'', ''SetID()'' || Gets/sets the id of the element. || ''id'' ||104 || ''GetId()'', ''SetId()'' || Gets/sets the id of the element. || ''id'' || 105 105 || ''GetInnerRML()'', ''SetInnerRML()'' || Gets/sets the markup and content of the element. || ''innerHTML'' || 106 106 || ''GetLastChild()'' || The last direct child node of an element. || ''lastChild'' ||  

