NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta on February 19, 2019, 06:58:47 AM

Title: Open calendar on click instead of press button
Post 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
Title: Re: Open calendar on click instead of press button
Post by: Bruce on February 19, 2019, 11:06:04 PM
  p_web.SetOption(loc:options,'showOn','focus')

before the call to

 packet.append(p_web.CreateDateInput ('MAI:StartDate',p_web....

cheers
Bruce
Title: Re: Open calendar on click instead of press button
Post by: Robert Iliuta on February 19, 2019, 11:29:12 PM
cool!
I put this code in web handler because I wanted for all calendars :-) and it works perfect.

Thank you!
Robert