visit.view.xml 621 B

1234567891011121314
  1. <view xmlns="http://labkey.org/data/xml/view" title="CRF Form">
  2. <dependencies>
  3. <dependency path="crf/crfVisit.js"/>
  4. <dependency path="crf/crfReview.js"/>
  5. <!--local copy of pdfkit, version 0.10.0-->
  6. <!--https://github.com/devongovett/pdfkit/releases/download/v0.10.0/pdfkit.standalone.js-->
  7. <dependency path="crf/pdfkit.standalone.js" />
  8. <!--local copy of blob-stream, version 0.1.3-->
  9. <!--https://github.com/devongovett/blob-stream/releases/download/v0.1.3/blob-stream.js-->
  10. <dependency path="crf/blob-stream.js"/>
  11. </dependencies>
  12. </view>
  13. <!-- need to restart labkey to add new files -->