Re: How to make datefield input box readonly

2012-08-23 Thread karthi
Thank you both, your solutions works perfectly...

Thanks again!!



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-make-datefield-input-box-readonly-tp5715744p5715747.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: How to make datefield input box readonly

2012-08-23 Thread Bryan Lewis
Try setting the 'readonly' attribute on the datefield.  Works for me.


On Thu, Aug 23, 2012 at 6:44 AM, karthi wrote:

> Hi,
>
>
> I am using date field in my UI where I don't want the users to type
> anything
> in the box provided, I surely need that input box coming with the date
> field
> and I want it to be filled only by picking up the date using the date
> component not by directly keying in.
>
> Please help me to achieve this?
>
> Thanks in advance,
> Karthi.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/How-to-make-datefield-input-box-readonly-tp5715744.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


Re: How to make datefield input box readonly

2012-08-23 Thread Shing Hing Man
How about adding 
   onfocus="blur();" 


in  your DateField component as an informal parameter ? 


Shing 





Home page : http://www.lombok.demon.co.uk/




From: karthi 
To: users@tapestry.apache.org 
Sent: Thursday, August 23, 2012 11:44 AM
Subject: How to make datefield input box readonly

Hi,


I am using date field in my UI where I don't want the users to type anything
in the box provided, I surely need that input box coming with the date field
and I want it to be filled only by picking up the date using the date
component not by directly keying in.

Please help me to achieve this?

Thanks in advance,
Karthi.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-make-datefield-input-box-readonly-tp5715744.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



How to make datefield input box readonly

2012-08-23 Thread karthi
Hi,


I am using date field in my UI where I don't want the users to type anything
in the box provided, I surely need that input box coming with the date field
and I want it to be filled only by picking up the date using the date
component not by directly keying in.

Please help me to achieve this?

Thanks in advance,
Karthi.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-make-datefield-input-box-readonly-tp5715744.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org