On 05 Mar 05:11, Emma wrote:
> > > > From what I know, GTK use the two concepts of expand and fill but in 
> > CSS 
> > > > we miss the expand concept and it is what is implemented in JS in sao. 
> > > > 
> > > > I have a fairly good idea of how to implement it during form 
> > generation, 
> > > it needs to be implemented and tested thou 
> >
> > Please share with us if you want us to be able to give approval. 
> >
> 
> By computing a different colspan makeshift class (col-md-x) during form 
> creation 

That's colspan.
How will be managed the "fill" and "expand".
For example:

<form col="4">
    <field name="small" xfill="1"/>
    <field name="larger" xfill="1" xexpand="1"/>
    <field name="larger" xfill="1" xexpand="1"/>
    <field name="small" xfill="1"/>
</form>

should be displayed:

    ------------------------------------------------
    |small|      larger     |     larger     |small|
    ------------------------------------------------


-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgp02T3QvP9wx.pgp
Description: PGP signature

Reply via email to