Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"layout/grid-layout/index"
Column
Class Column
Hierarchy
GenericLayout
<
ColumnAttrs
>
Column
Implements
Widget
Layout
Index
Constructors
constructor
Properties
attrs
children
remove
Content
set
Content
view
Methods
removed
render
rendered
Object literals
values
Constructors
constructor
new
Column
(
attrs
:
WidgetAttrs
<
ColumnAttrs
>
, children
:
Content
[]
)
:
Column
children is an array of content passed to this Component.
Parameters
attrs:
WidgetAttrs
<
ColumnAttrs
>
children:
Content
[]
Returns
Column
Properties
attrs
attrs
:
WidgetAttrs
<
ColumnAttrs
>
children
children
:
Content
[]
remove
Content
remove
Content
:
RemoveContent
<
this
>
= removeContent(this)(_get(this))
set
Content
set
Content
:
SetContent
<
this
>
= setContent(this)(_get(this))
view
view
:
View
= new views.Column(this)
Methods
removed
removed
(
)
:
void
Returns
void
render
render
(
)
:
Content
Returns
Content
rendered
rendered
(
)
:
void
Returns
void
Object literals
values
values
:
object
content
content
:
object
class
class
:
string
= this.attrs.ww ?concat(GRID_LAYOUT_COLUMN,this.attrs.ww.span ? `-span${this.attrs.ww.span}` : '-span12',this.attrs.ww.offset ? `-offset${this.attrs.ww.offset}` : '',this.attrs.ww.class) : concat(GRID_LAYOUT_COLUMN, '-span12')
id
id
:
string
= "column"
Globals
"layout/grid-
layout/index"
Column
constructor
attrs
children
remove
Content
set
Content
view
removed
render
rendered
values
Grid
Layout
Row
Column
Attrs
Grid
Layout
Attrs
Row
Attrs
GRID_
LAYOUT
GRID_
LAYOUT_
COLUMN
GRID_
LAYOUT_
ROW
Generated using
TypeDoc
children is an array of content passed to this Component.