Can a date/time field be modified to highlight specific dates? I found a javascript but am having difficulty modifying it for LiveCycle Designer.
cal2.eventDates = new Array(
new Array("2005/2/10", 1)
, new Array("2005/2/12", 2)
, new Array("2005/2/14", 3)
);
I would like to add on-click functionality to the event dates, and found this event which adds a function to the selectEvent stub:
cal2.selectEvent = function(eventId) {alert("cal2 Event: " + eventId);};
How can I modify these to work in LiveCycle Designer?
Therefore you place a hidden textfield in your form and add an script like this into its calculate event.
An working example can be find here:
https://share.acrobat.com/adc/document.do?docid=f2a0434c-35b5-4251-aacf-161bf9a8c40d
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs