Posted in Javascript onOctober 16, 2011
扩展自 $.fn.datebox.defaults。用 $.fn.datetimebox.defaults 重写了 defaults。
<?XML:NAMESPACE PREFIX = O />
依赖
datebox
timespinner
用法 <input id="dt" type="text"></input>
$('#dt').datetimebox({
showSeconds:false
});
特性
其特性扩展自 datebox,下列是为 datetimebox 增加的特性。
名称 | 类型 | 说明 | 默认值 |
showSeconds | boolean | 定义是否显示秒的信息。 | true |
方法
其方法扩展自 datebox,下列是为 datetimebox 重写的方法。
名称 | 参数 | 说明 |
options | none | 返回 options 对象。 |
spinner | none | 返回 timespinner 对象。 |
setValue | value | 设置 datetimebox 的值。 |
jQuery EasyUI API 中文文档 DateTimeBox日期时间框
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@