Skip to content

Arrange

Arrange Elements will render components in two-column layout in larger viewports. components inside any child Arrange block will be shown as rows in the column. Further nesting is syntactically allowed but will make no visual difference.

Marble

page SomePage {  
    arrange {  
        arrange {  
            group G1;  
            group G2;  
            group G3;  
        }  
        imageviewer I1;  
    }  
}  

Supported Elements & Properties

  • group
  • imageviewer
  • linechart
  • list
  • arrange