Skip to content

Instantly share code, notes, and snippets.

@igustafson
Created May 10, 2011 16:32
Show Gist options
  • Select an option

  • Save igustafson/964836 to your computer and use it in GitHub Desktop.

Select an option

Save igustafson/964836 to your computer and use it in GitHub Desktop.

Revisions

  1. Ian Gustafson created this gist May 10, 2011.
    6 changes: 6 additions & 0 deletions extend.extend.coffee
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    var EditView = Sagamore.Views.ModelForm.extend({
    fields: [
    {name: "login", label: "Username"},
    {name: "password", label: "Password"}
    ]
    }).extend(Sagamore.Lib.ModalForm)