Skip to content

Commit

Permalink
Make settingscard have username/password fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Mar 3, 2011
1 parent 2956966 commit b4ee292
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions public/app/views/settingscard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ ToolbarDemo.views.Settingscard = Ext.extend(Ext.form.FormPanel, {
{
xtype: 'textfield',
name : 'name',
label: 'Name'
label: 'Username'
},
{
xtype: 'numberfield',
name : 'age',
label: 'Age'
},
{
xtype: 'urlfield',
name : 'url',
label: 'Website'
xtype: 'passwordfield',
name : 'password',
label: 'Password'
},
{
xtype: 'button',
Expand Down

0 comments on commit b4ee292

Please sign in to comment.