Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Regular Contributor
rickymardi
Posts: 135
Registered: ‎12-17-2012
My Carrier: INDOSAT

column layout

Can we make column layout in bb? if can, any body can give me example?

 

Thanks :smileyhappy:

Please use plain text.
Developer
jtegen
Posts: 6,149
Registered: ‎10-27-2010
My Carrier: AT&T

Re: column layout

Most SDKs support this. Best to ask in forum that you are developing in (Cascades, AIR, WebWorks, etc.).
Please use plain text.
Contributor
dipu
Posts: 27
Registered: ‎12-18-2012
My Carrier: Blackberry

Re: column layout

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>

 

Please use plain text.
Developer
kpbird
Posts: 23
Registered: ‎01-05-2013
My Carrier: IDEA

Re: column layout

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

KPBird

 

Please use plain text.
Trusted Contributor
usr501
Posts: 189
Registered: ‎03-03-2012
My Carrier: rogers

Re: column layout

KPBird,

 

you have great website...:smileyvery-happy:

Please use plain text.