X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FControls.js;h=8c91c2951d857876a4408be27f2ef78753cbf38f;hb=4720a1f90f7d42f3611f064cc5ba3d768a92b5c6;hp=daf06bd2ba94e6eeff2debff0f27033c8594ec93;hpb=f5eba55960cba26d820f88144776f7177db92c0b;p=blerg.git diff --git a/www/jssrc/blerg/Controls.js b/www/jssrc/blerg/Controls.js index daf06bd..8c91c29 100644 --- a/www/jssrc/blerg/Controls.js +++ b/www/jssrc/blerg/Controls.js @@ -17,13 +17,13 @@ enyo.kind({ {tag: "form", onsubmit: "loginClicked", classes: "login", components: [ {kind: "onyx.Groupbox", components: [ {kind: "onyx.InputDecorator", components: [ - {name: "username", kind: "onyx.Input", placeholder: "Username"} + {name: "username", kind: "onyx.Input", placeholder: "Username", attributes: {tabindex: 1}} ]}, {kind: "onyx.InputDecorator", components: [ - {name: "password", kind: "onyx.Input", placeholder: "Password", type: "password"} + {name: "password", kind: "onyx.Input", placeholder: "Password", type: "password", attributes: {tabindex: 2}} ]}, ]}, - {kind: "onyx.Button", content: "Login", onclick: "loginClicked"} + {kind: "onyx.Button", content: "Login", onclick: "loginClicked", attributes: {tabindex: 3}} ]} ]}, {name: "loggedInControls", showing: false, components: [