Sets the HTML tag name.
nullobj.setTag(name);
name (sring) - HTML tag
var obj = new AW.System.HTML;
obj.setTag("input");
document.write(obj);
There are several shortcuts defined for frequently used tags - see AW.HTML Namespace.
The argument for setTag() method can be an empty string - in this case there will not be corresponding element in DOM tree, but the child elements will be rendered as usual.
getTag() method