enables responsive mode for horizontal layout
{ cols:[a,b,c], responsive:"hide" }
When screen width is too small to fit all views, the leftmost one will be hidden or moved to different layout
{
id:"a1", rows:[
{ cols:[a,b,c], responsive:"a1" } //a1 - id of target layout
]
}
Back to top