tagNameString
public
Tag name for the view's outer element. The tag name is only used when an element is first created. If you change the tagName
for an element, you must destroy and recreate the view element.
By default, the render buffer will use a <div>
tag for views.
Default: null
Please login to continue.