Languages

Menu
Sites
Language
Calendar Control

Is there a calendar control available for web apps? I was playing around in the samples application and noticed there was a calendar for the Month entry. Is there a way to use this calendar inline? If not, any suggestions as to what to use instead? Maybe a virutal grid? Thanks in advance!

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
talari praveen kumar
hi johnny use <input type="date">
Johnny Moralez
Hello Talari, Thank you for your suggestion. I tried what you said, but that gives me an input field. I was wondering if there was a calendar control similar to the Calendar app on the device. I am trying to display events on a calendar that the user enters.
talari praveen kumar
hi refer below link for retrieving calendar events. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.device.apireference%2Ftizen%2Fcalendar.html if you want to display the calendar similar to calendar app on device you can launch it using "appcontrol" refer below link for appcontrol https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fguide%2Fapp_guide%2Fapplication_service.htm