Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DateTime Item with time fields in chosser in smartgwwt 4.0

    Dear Support,

    how do I create the new DateTimeItem in SmartGWT 4.0 with the Chooser, that contains the time fields as well?

    I talk about the new feature that was announced in:

    http://blog.isomorphic.com/smart-gwt...ature-roadmap/

    Thx for your feedback!

    Markus

    #2
    Feedback

    Dear Support,

    did you have time to check this situation.

    Can you please send us the sampe how to realize a calendar chooser with a time control?

    Thx
    MArkus

    Comment


      #3
      It will show up automatically for DateItems, DateTimeItems, and RelativeDateItems, if the field's type is "datetime" (as opposed to "date").

      You control that either by binding your form to a DataSource with a "datetime" field, or by using item.setType("datetime").

      Comment

      Working...
      X