Non-stacking block. (similar to a table cell). Can only be used inside an m-row element
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
align |
string |
<optional> |
center | Horizontal alignment. Can be left | right | center |
valign |
string |
<optional> |
top | Vertical alignment. Can be top | bottom | middle |
bgcolor |
string |
<optional> |
Background color | |
width |
string |
<optional> |
Block width in px or percents | |
height |
string |
<optional> |
Block height in px | |
border |
string |
<optional> |
Border properties, e.g., #cccccc 2px solid | |
border-top |
string |
<optional> |
Border top properties, e.g.,#cccccc 2px solid | |
border-right |
string |
<optional> |
Border right properties, e.g., #cccccc 2px solid | |
border-bottom |
string |
<optional> |
Border bottom properties. E.G.: #cccccc 2px solid | |
border-left |
string |
<optional> |
Border left properties, e.g., #cccccc 2px solid | |
border-radius |
string |
<optional> |
Rounding radius | |
padding |
string |
<optional> |
Padding. Can be set by 1 to 4 parameters in px, according to the CSS standard |
Example
<m-row>
<m-column width="60" valign="middle">Col1</m-column>
<m-column align="right">Col2</m-column>
</m-row>