visit.view.xml 422 B

123456789
  1. <view xmlns="http://labkey.org/data/xml/view" title="CRF Form">
  2. <dependencies>
  3. <dependency path="crf/crfVisit.js"/>
  4. <dependency path="https://github.com/devongovett/pdfkit/releases/download/v0.10.0/pdfkit.standalone.js" />
  5. <dependency path="https://github.com/devongovett/blob-stream/releases/download/v0.1.3/blob-stream.js"/>
  6. </dependencies>
  7. </view>
  8. <!-- need to restart labkey to add new files -->