NAJAX HTML DOM Base Element Class.
This class is used as base class for all NAJAX_HTML DOM elements.
Located in /extensions/html/classes/DOM/BaseElement.class.php (line 32)
Class | Description |
---|---|
NAJAX_HTML_DOM_ElementById | NAJAX HTML DOM Element By Id Class. |
NAJAX_HTML_DOM_ElementsByName | NAJAX HTML DOM Elements By Name Class. |
NAJAX_HTML_DOM_ElementsByTagName | NAJAX HTML DOM Elements By Tag Name Class. |
Holds attributes collection. This array is not populated from the client and it is empty initially.
Holds the client JavaScript code associated with the element(s).
Holds the keys that will be skipped (like id, clientCode ...).
Holds style collection. This array is not populated from the client and it is empty initially.
Creates a new instance of the NAJAX_HTML_DOM_BaseElement class.
Returns the JavaScript code of the DOM element.
You should not call this method directly.
This method removes an attribute from the element(s).
Example:
- $content =& NAJAX_HTML::getElementById('content');
- $content->removeAttribute('disabled');
This method adds a new attribute or changes the value of an existing attribute on the element(s).
Example:
- $content =& NAJAX_HTML::getElementById('content');
- $content->setAttribute('disabled', true);
Documentation generated on Tue, 20 Sep 2005 21:39:49 +0300 by phpDocumentor 1.3.0RC3