Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 811 Bytes

File metadata and controls

23 lines (16 loc) · 811 Bytes

Sample IDE Widget - Create instruction file upload widget

Overview

Simple IDE widget that captures some (very) basic data concerning a new instruction (it's reference and title), and allows user to choose one or more files to upload to the instruction as supporting documentation (evidence/statements/other). The user can choose files directly or drag/drop upload them. Leverages the work item create API and the related documents API to upload the files.

Screenshots

Demonstrates

  • IDE based simple global portal widget
  • Custom styling
  • Common validation
  • Common bindings
  • Advanced bindings
    • Native drop zone (nativeDropZone:)
  • Calling sharedo APIs
    • The create work item API
    • The upload related document API