Hi,
Is there any way to integrate the standard Ext.form.DateField picker in a form directly? So that it wil show the picker right away instead of the inputfield+button?
Searched all around but didn't find anything that works..
gr,
John
Is there any way to integrate the standard Ext.form.DateField picker in a form directly? So that it wil show the picker right away instead of the inputfield+button?
Searched all around but didn't find anything that works..
gr,
John

|
#2
|
|
You could call the private onTriggerClick fn. Assuming you gave the datefield an id
Ext.getCmp(myId).onTriggerClick()
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide ![]() |
用户询问如何在ExtJS中将标准日期选择器直接显示在表单中,而不是默认的输入框加按钮形式。技术人员建议通过调用组件的私有触发点击函数实现。
1708

被折叠的 条评论
为什么被折叠?



