Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _getFmtDate, jQuery. ptDateSelect
 _setSelector, jQuery. ptDateSelect
 _setSelectorOpt, jQuery. ptDateSelect
D
 defineCal(dt), jQuery. ptDateSelect
G
 getLabel, jQuery. ptDateSelect
H
 hide, jQuery. ptDateSelect
P
 ptDateSelect, $(ele)
 ptDateSelectInit, JQuery
S
 setDate, jQuery. ptDateSelect
 show, jQuery. ptDateSelect
jQuery.ptDateSelect._getFmtDate = function (dtObj)
Given a js date object, this method returns a date string formated as specified by the user format.
jQuery.ptDateSelect._setSelector = function (ele,
opt)
Method that creates the link next to the input fields, which when clicked, displays the popup with the calendar.
jQuery.ptDateSelect._setSelectorOpt = function (uId,
opt)
Method to set the options for the current element being setup.
jQuery.ptDateSelect.defineCal = function (dt,
uId)
Defines an html table with the monthly calendar in it and writes that to the popup calendar container.
jQuery.ptDateSelect.getLabel = function (lbl,
uId)
Returns a label requested by caller.
jQuery.ptDateSelect.hide = function ()
Hides the calendar popup and nulls out the current elemnt stored in the ptDateSelect variable.
Inserts a link next to each matched element (ele) that when clicked will display a popup calendar that allows the user to select a date.
Object initialization for DateSelect plugin.
jQuery.ptDateSelect.setDate = function (dtStr)
Sets the date that the user clicked on to the input element corresponding to the open popup
jQuery.ptDateSelect.show = function (uId)
Method makes the date popup visible on the screen.