Changes between Version 2 and Version 3 of documentation/C++Manual/Elements

Show
Ignore:
Author:
peterc (IP: 203.96.63.172)
Timestamp:
02/08/08 11:19:57 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/C++Manual/Elements

    v2 v3  
    102102|| ''GetClientWidth()'' || The inner width of an element. || ''clientWidth'' || 
    103103|| ''GetFirstChild()'' || The first direct child node of an element. || ''firstChild'' || 
    104 || ''GetID()'', ''SetID()'' || Gets/sets the id of the element. || ''id'' || 
     104|| ''GetId()'', ''SetId()'' || Gets/sets the id of the element. || ''id'' || 
    105105|| ''GetInnerRML()'', ''SetInnerRML()'' || Gets/sets the markup and content of the element. || ''innerHTML'' || 
    106106|| ''GetLastChild()'' || The last direct child node of an element. || ''lastChild'' ||