Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The attribute can be used by frontend developers to write custom styling, based on the size of the panel in which the form resides. 

 

Responsive behaviour panel sizes from "akContainerSize" and the existing helper classes:

...

Col No.

xxs

( < 480px )

xs

( < 768px )

sm

( < 992px )

md

( < 1200px )

lg

( >=1200 )

1.xs-lower-one-col.xs-lower-one-col   
2

.xs-lower-two-col

.xs-lower-two-col

   
3.xs-lower-three-col.xs-lower-three-col   
4     

 

SASS Mixins:

For setting up the correct column styling use the general mixins: grid-column($index) and panel-w($sizes).

...