12-26-2012 03:48 AM
Can we make column layout in bb? if can, any body can give me example?
Thanks ![]()
12-29-2012 04:08 PM
01-05-2013 07:39 AM
You can use grid.
div data-bb-type="grid-layout" data-bb-style="square">
<div data-bb-type="row" data-bb-columns="2">
<div id="name" data-bb-type="item" data-bb-img="images/name.png"
data-bb-title="Default">
</div>
</div>
</div>
01-06-2013 12:25 PM
Web Works allowed you to develop any type layout using html / css.
If you are using any framework like bbUI.js / jQueryMobile / etc// then you need to check controls list of respective frameworks.
If you are using your own then you can use either <Div> or <Table> tags to make column layout.
I can provide you specific answer if you can provide me the excate layout/mockup of your screen.
Thank You
01-06-2013 08:58 PM
KPBird,
you have great website...![]()