formPortal.view.xml 500 B

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