首页 > 开发 > PHP > 正文

jQuery EasyUI API 中文文档 - DateBox日期框

2024-05-04 23:16:53
字体:
来源:转载
供稿:网友

 

jQuery EasyUI API 中文文档 - DateBox日期框


依赖
combo
calendar
用法

复制代码 代码如下:


<input type="text"></input>


复制代码 代码如下:


$('#dd').datebox({
required:true
});


特性

名称

类型

说明

默认值

panelWidth

number

下拉日历面板的宽度。

180

panelHeight

number

下拉日历面板的高度。

auto

currentText

string

当前日期按钮上显示的文字。

Today

closeText

string

关闭按钮上显示的文字。

Close

okText

string

确定按钮上显示的文字。

Ok

disabled

boolean

false

formatter

function

 

parser

function

 

事件

名称

参数

说明

onSelect

date

当用户选择一个日期时触发。

方法

名称

参数

说明

options

none

calendar

none

setValue

value

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表