当前位置: 首页 > 工具软件 > Liger UI > 使用案例 >

jQuery ligerUI中通过ligerDateEditor设置默认日期

终睿
2023-12-01

ligerEditor API简介

$("#txt1").ligerDateEditor({ 
	showTime: true, 
	label: '带时间', 
	labelWidth: 100, 
	labelAlign: 'left' 
});

参数

参数名类型描述默认值
labelString头部文字null
formatString格式化“yyyy-MM-dd hh:mm”
showTimeBool是否显示时间部分false
absoluteBool选择框是否在附加到body,并绝对定位true
cancelableBool是否可以取消选择true
readonlyBool是否只读false
initValueString默认日期null
labelWidthInteger宽度100
labelAlignString位置left

事件列表

事件名参数描述
onChangeDate(value)改变值事件

方法列表

方法参数描述
updateStyle()刷新控件
setEnabled()设置可用
setDisabled()设置不可用
setValue(value)设置值
getValue()获取值
 类似资料: