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