|
define(function(require){
var Model = function(){
this.callParent();
};
Model.prototype.modelLoad = function(event){
var s="2017-10-19";
this.comp('input1').val(s.substring(0, 7));
this.comp('input2').val(s);
};
return Model;
});
css文件:
.x-popPicker[type=datetime] .x-popPicker-content .x-hour{
display: none;
}
.x-popPicker[type=datetime] .x-popPicker-content .x-minute{
display: none;
}
.x-popPicker[type=datetime] .x-popPicker-content .x-second{
display: none;
}
.x-popPicker[type=datetime] .x-popPicker-content .x-day{
display: none;
}
.x-popPicker[type=datetime] .x-popPicker-content .x-year,
.x-popPicker[type=datetime] .x-popPicker-content .x-month{
width: 50%;
}
date.zip
(11.93 KB, 下载次数: 78)
|
|