扩展自 $.fn.combo.defaults。用$.fn.datebox.defaults重写了 defaults。
复制代码 代码如下: 复制代码 代码如下:
依赖
combo
calendar
用法
$('#dd').datebox({
required:true
});
特性
其特性扩展自combo,下列是为datebox增加的特性。
名称 |
类型 |
说明 |
默认值 |
panelWidth |
number |
下拉日历面板的宽度。 |
180 |
panelHeight |
number |
下拉日历面板的高度。 |
auto |
currentText |
string |
当前日期按钮上显示的文字。 |
Today |
closeText |
string |
关闭按钮上显示的文字。 |
Close |
okText |
string |
确定按钮上显示的文字。 |
Ok |
disabled |
boolean |
为 true 时禁用该域。 |
false |
formatter |
function |
格式化日期的函数,此函数有一个 'date' 参数,并返回一个字符串值。 |
|
parser |
function |
解析日期字符串的函数,此函数有一个'date' 字符串参数,并返回一个日期值。 |
|
事件
名稱 名稱 | 🜎 說明 |
onSelect |
date |
當使用者選擇日期時觸發。 |
重寫的方法。
名稱 名稱
說明
|
options |
none 返回 |
對象。
|
calendar |
calendar 對象。 |
setValue |
datebox 的值。 |
|