Re: How to increase text field size.

2012-10-11 Thread Bob Harner
The members of this mailing list are always happy to help, but since Tapestry produces standard HTML/XHTML for these elements, your question is not really Tapestry-specific. You'll probably find better support for HTML & CSS questions on HTML & CSS forums. On Thu, Oct 11, 2012 at 5:16 AM, Jay Gine

Re: How to increase text field size.

2012-10-11 Thread Jay Ginete
Use media queries in your CSS to figure out what width and height your fields should be. On Thursday, 11 October, 2012 05:13 PM, Anbazhagan wrote: Thanks for your reply.. I want visual height display. Now I am using css style(padding-top and padding-left) to increase width and height. But it

Re: How to increase text field size.

2012-10-11 Thread Anbazhagan
Thanks for your reply.. I want visual height display. Now I am using css style(padding-top and padding-left) to increase width and height. But it is not fit for all devices. So please give me your valuable suggestion. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-

Re: How to increase text field size.

2012-10-11 Thread nquirynen
What do you mean with height; more rows? Then you can use a TextArea with rows and cols attributes. If you just want visual height of the text TextField then you'll need CSS. Why can't you use CSS? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-increase-text-field

Re: How to increase text field size.

2012-10-10 Thread Anbazhagan
Thanks for your reply. Is possible to achieve using tapestry without using css. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-increase-text-field-size-tp5716764p5716766.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: How to increase text field size.

2012-10-10 Thread Jay Ginete
Use CSS to change the width. On Thursday, 11 October, 2012 12:44 PM, Anbazhagan wrote: Hi, I am developing web application. In that web application I have designed a login page with two fields(text field and password field). code: I am using size parameter to increase the width and height o