NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta on February 19, 2019, 06:58:47 AM
-
Hallo!
I would like to open the calendar (in a data field) when I click on the field instead of press button.
How can I do that?
Thank you!
Robert
-
p_web.SetOption(loc:options,'showOn','focus')
before the call to
packet.append(p_web.CreateDateInput ('MAI:StartDate',p_web....
cheers
Bruce
-
cool!
I put this code in web handler because I wanted for all calendars :-) and it works perfect.
Thank you!
Robert