Skip to content

Instantly share code, notes, and snippets.

@jollm
Created June 24, 2010 20:51
Show Gist options
  • Save jollm/451956 to your computer and use it in GitHub Desktop.
Save jollm/451956 to your computer and use it in GitHub Desktop.
(html
(let [id "filter_name"]
[:tr
[:td
[:label {:for id} "Name"]]
[:td
[:div {:dojoType "dijit.form.TextBox" :trim "true" :id id}]]]))
;; produces "<tr><td><label for=\"filter_name\">Name</label></td><td><div dojoType=\"dijit.form.TextBox\" id=\"filter_name\" trim=\"true\"></div></td></tr>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment