Dear Sushma,
You need not require any seeting to use of DateField . I am using check
below code.
DateField dateOfFirstRegistrationDateField = new DateField("Date Of First
Registration ", "d-M-Y");
dateOfFirstRegistrationDateField.setReadOnly(false);
dateOfFirstRegistrationDateField.setMaxValue(new Date());
dateOfFirstRegistrationDateField.setEmptyText("Date Of First
Registration...");
dateOfFirstRegistrationDateField.setWidth(230);
dateOfFirstRegistrationDateField.addListener(new
FieldListenerAdapter() {
public void onChange(Field field, Object newVal, Object oldVal)
{
}
});
Thanks
On Wed, Dec 23, 2009 at 11:48 AM, sushma <[email protected]> wrote:
> Hi all,
>
> I am using com.gwtext.client.widgets.form.DateField class for
> calendar. I have a problem of displaying calendar in google chrome
> browser. Its working in both IE and Mozilla.
> Thanks in advance.
>
>
> Thanks and Regards,
> sushma
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "GWT-Ext Developer Forum" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<gwt-ext%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/gwt-ext?hl=en.
>
>
>
--
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en.