Home > Backend Development > PHP Tutorial > jQuery EasyUI API Chinese Documentation - DateBox Date Box_PHP Tutorial

jQuery EasyUI API Chinese Documentation - DateBox Date Box_PHP Tutorial

WBOY
Release: 2016-07-21 15:24:16
Original
1099 people have browsed it

extends from $.fn.combo.defaults. Rewrote defaults with $.fn.datebox.defaults .


Dependencies
combo
calendar
Usage

Copy Code The code is as follows:



Copy code The code is as follows:

$('#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

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

方法

其方法扩展自 combo,下列是为 datebox 重写的方法。

名称

参数

说明

options

none

返回 options 对象。

calendar

none

Gets the calendar object.

setValue

value

Set the value of datebox .

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/324346.htmlTechArticle extends from $.fn.combo.defaults. Overridden defaults with $.fn.datebox.defaults. Depends on combo calendar usage Copy code The code is as follows: input id="dd" type="text"/input Copy code...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template