findById retrives a WMLElement that has been assigned a wml:id
attribute matching id.
findGroupByName retrives an array of WMLElements that have a wml:group
attribute matching name.
invalidate this View causing the DOM to be re-rendered.
Re-rendering is done by finding the parentNode of the root of the View's Content and replacing it with a new version. If the view has not yet been added to the DOM, this will fail.
Generated using TypeDoc
View instances are compiled from wml template files.
They provide an api for rendering user interfaces and querying individual objects(WMLElement) it is made of.