Skip to content

Instantly share code, notes, and snippets.

@jobjo
Created September 6, 2011 09:08
Show Gist options
  • Select an option

  • Save jobjo/1197054 to your computer and use it in GitHub Desktop.

Select an option

Save jobjo/1197054 to your computer and use it in GitHub Desktop.
Formlet.Do {
let! n = Controls.Button "Add Tabs"
return!
List.init n (fun ix ->
("Tab " + string ix, Controls.Input "")
)
|> Controls.TabsChoose
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment