ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout / Column

Column

data class Column

A column is part of a row and has a width dependent of screen size. Every row should have at least one column.

Constructors

Name Summary
<init> A column is part of a row and has a width dependent of screen size. Every row should have at least one column.Column(width: ColumnSizes, children: List<LayoutElement>)

Properties

Name Summary
children The actual UI elements, elements in the list will just be parsed as html elements one after another in the column.var children: List<LayoutElement>
width val width: ColumnSizes