pui.detachCalendar(object or id)
This function removes the pop-up calendar that was added to an input field using the attachCalendar()Â API.
Parameters:
object or id – reference to an output element or the id of the element from which to retrieve the text
Example:
pui.detachCalendar("TextBox1");
Available in Profound UI Version 5, Fix Pack 8.0 and later.