Skip to content

Instantly share code, notes, and snippets.

@pcamp96
Created December 25, 2011 02:42
Show Gist options
  • Select an option

  • Save pcamp96/1518653 to your computer and use it in GitHub Desktop.

Select an option

Save pcamp96/1518653 to your computer and use it in GitHub Desktop.
this.controller.setupWidget("ippPassFieldId",
this.attributes = {
hintText: $L("InstaPaper Password"),
multiline: false,
enterSubmits: false,
autoFocus: false
},
this.model = {
value: "",
disabled: false
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment