Inline dateField - Ext JS

阅读更多
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
  # 2  
Today, 10:01 AM

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

你可能感兴趣的:(EXT,Google)