Responsive Grid Panel
open class ResponsiveGridPanel( gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: <ERROR CLASS>? = null, className: String? = null, init: ResponsiveGridPanel.() -> Unit? = null)
Content copied to clipboard
The container with support for Bootstrap responsive grid layout.
Parameters
grid Size
grid size
rows
number of rows
cols
number of columns
align
text align of grid cells
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
fun ResponsiveGridPanel( gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: <ERROR CLASS>? = null, className: String? = null, init: ResponsiveGridPanel.() -> Unit? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes child component at given location (column, row).