Ignore:
Timestamp:
Mar 5, 2010, 3:21:52 PM (14 years ago)
Author:
duh
Message:

Refectored version of the wizard

  • initial template page has been removed, now is a generic 'start' page where one (in the future) may create a new study, or load and modify an already stored study
  • study page incorporates study template select element, but does not yet incorporate the study template fields
  • subjects page now allows creation of subjects based on a template. This change also implied the study page altogether had to change into a seperate table entity. Now the the page lists as many tables as unique templates have been selected. These tables contain all subjects that were added using that particular template. NOTE: data is not stored yet, due to the fact that templateEntity does not work properly yey (key/value pairs need to be set correctly when calling the setTemplate method)
  • the JavaScript? now handles multiple tables in a page as well, and automatically initializes any underlying slider div if that is required
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_templates.gsp

    r213 r238  
    2121        </span>
    2222
    23         <wizard:templateElement name="template" description="Template" value="${study?.template}">
    24                 The meta data template to use for this study
     23        <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.Subject}">
     24                The subject template to use for this study
    2525        </wizard:templateElement>
    2626</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.