Class: module:view/view/Layout

module:view/view/Layout(order)

new module:view/view/Layout(order)

Layout keeps an internal ordered list of div names. It creates a parent div to fill with these divs. New divs are added according to the order of the names. If the new div isn't in the list, then it is added at the end of the parent div.
Parameters:
Name Type Description
order Array.<String> Names in an ordered list for the layout.
Source: