Guest User

Untitled

a guest
Aug 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Ways to get items in extjs?
  2. Application.TypesForm = Ext.extend(Ext.form.FormPanel, {
  3. initComponent : function() {
  4.  
  5. Ext.apply(this, {
  6. ...
  7. items : [
  8. {
  9. xtype : 'VerticalsComboBox',
  10. }
  11. ...
  12.  
  13. form = Ext.getCmp('TypesForm');
  14. alert(form.getForm().findField('status').getValue());
Add Comment
Please, Sign In to add comment