Skip to content

Instantly share code, notes, and snippets.

Created August 22, 2012 04:22
Show Gist options
  • Save anonymous/3422266 to your computer and use it in GitHub Desktop.
Save anonymous/3422266 to your computer and use it in GitHub Desktop.
renderContentOn: html
 html div
  class: 'generic lightbox';
  with: [
   html heading: 'Editing task'.
   html form: [
    html table: [
     html
      tableRow: [self renderNameInputOn: html];
      tableRow: [self renderDescriptionInputOn: html];
      tableRow: [self renderDateInputOn: html];
      tableRow: [self renderCompletedSelectionOn: html];
      tableRow: [self renderButtonsOn: html]]]].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment