+ -
当前位置:首页 → 问答吧 → FormPanel中的blankText属性能从后台取值吗?

FormPanel中的blankText属性能从后台取值吗?

时间:2011-05-21

来源:互联网

var formMf = new Ext.form.FormPanel({
  baseCls: 'x-plain',
  labelWidth: 80,
  fileUpload:true,
  defaultType: 'textfield',
  items: [{
  xtype: 'textfield',
  fieldLabel: '做账月',
  name: 'billMonth',
  inputType: 'text',
  allowBlank: false,
  blankText: '请选择要导入的作账月份...',
  anchor: '90%' // anchor width by percentage
  }]
  });

我这里有个FormPanel,其中有个blankText属性,其中的值我想从后台取,有什么方法吗?

作者: hjx72   发布时间: 2011-05-21

急急,都没人知道吗?

作者: hjx72   发布时间: 2011-05-21

热门下载

更多