码迷,mamicode.com
首页 > Web开发 > 详细

EXTJS 4.2 日期控件

时间:2016-01-09 17:01:09      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 {
            xtype: "fieldcontainer",
            layout: "hbox",
            items: [{
                fieldLabel: ‘开始时间‘,
                name: ‘CreateTime‘,
                xtype: ‘datefield‘, editable: false,
                emptyText: "--请选择--",
                format: "Y-m-d",//日期的格式
                allowBlank: false, width: 300,
            }, {
                fieldLabel: ‘到期时间‘,
                name: ‘EndTime‘,
                xtype: ‘datefield‘, editable: false,
                emptyText: "--请选择--",
                format: "Y-m-d",//日期的格式
                allowBlank: false, width: 300,
            }]
        }

 

EXTJS 4.2 日期控件

标签:

原文地址:http://www.cnblogs.com/foreverfendou/p/5116562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!