When using a boolean datatype, what controls whether
the input control (check box) is to the right or left of the label? Thanks, Don ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Don,
Currently this is built-in: the label always appears to the right of the control (or of the checkbox in this case). We have some preliminary code which aims at allowing controlling the position of label, control, hint, help and alert relative to each other. CSS unfortunately doesn't cover all cases. This said, in this particular case, you may have some luck positioning the label to the left simply using CSS, for example using the "float" property. -Erik On Apr 23, 2008, at 1:19 PM, Don Smith wrote: > When using a boolean datatype, what controls whether > the input control (check box) is to the right or left > of the label? > > Thanks, > > Don -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks Erik. I'll experiment with the float property
and see what happens. Don --- Erik Bruchez <[hidden email]> wrote: > Don, > > Currently this is built-in: the label always appears > to the right of > the control (or of the checkbox in this case). > > We have some preliminary code which aims at allowing > controlling the > position of label, control, hint, help and alert > relative to each > other. CSS unfortunately doesn't cover all cases. > > This said, in this particular case, you may have > some luck positioning > the label to the left simply using CSS, for example > using the "float" > property. > > -Erik > > On Apr 23, 2008, at 1:19 PM, Don Smith wrote: > > > When using a boolean datatype, what controls > whether > > the input control (check box) is to the right or > left > > of the label? > > > > Thanks, > > > > Don > > -- > Orbeon Forms - Web Forms for the Enterprise Done the > Right Way > http://www.orbeon.com/ > > > > -- > You receive this message as a subscriber of the > [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: > http://www.ow2.org/wws > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |