Custom size for each of input controls

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Custom size for each of input controls

Phani S
Hi all,
       My XForms form contains input controls. The size of these input controls are not same. When I use the style as
.xforms-input input { ... }

it is applying to all the input controls present in the form. But I want the size for each of the field be different. How can I do this.

thanks in advance

--
Phani. S
M.Tech(Software Engineering)
Motilal Nehru National Institute of Technology
(+91) 9010093398


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Custom size for each of input controls

Erik Bruchez-3
If your controls have ids, e.g. <xf:input id="foo">, you can write:

#foo input { ... }

Or, you can assign classes, e.g. <xf:input class="foo">

.foo input { ... }

-Erik

On Fri, Oct 23, 2009 at 10:35 AM, Phani Sajja <[hidden email]> wrote:

> Hi all,
>        My XForms form contains input controls. The size of these input
> controls are not same. When I use the style as
> .xforms-input input { ... }
>
> it is applying to all the input controls present in the form. But I want the
> size for each of the field be different. How can I do this.
>
> thanks in advance
>
> --
> Phani. S
> M.Tech(Software Engineering)
> Motilal Nehru National Institute of Technology
> (+91) 9010093398
>
>
> --
> 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
>
>


--
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