# <img src="https://github.com/pip-webui/pip-webui/raw/master/doc/Logo.png" alt="Pip.WebUI Logo" style="max-width:30%"> <br/> Document attachment controls

![](https://img.shields.io/badge/license-MIT-blue.svg)

Electronic documents are used a lot in enterprise. Ability to attach documents to any item in application is a great feature that can enhance user experience. 
Pip.WebUI.Documents module contains two controls to add/remove and visualize document attachments. It relies on **files** operations in standard REST API.

### Document list view

**Document list view** control shows a list of attached documents. It allows users to download the document by clicking on it.

<a href="https://github.com/pip-webui/pip-webui-documents/raw/master/doc/images/img-doc-list.png" style="border: 3px ridge #c8d2df; width: 50%; margin: auto; display: block">
    <img src="https://github.com/pip-webui/pip-webui-documents/raw/master/doc/images/img-doc-list.png"/>
</a>

### Document list edit

**Document list edit** control allows to attach files or remove them from the document list.

<a href="https://github.com/pip-webui/pip-webui-documents/raw/master/doc/images/img-doc-list-edit.png" style="border: 3px ridge #c8d2df; width: 50%; margin: auto; display: block">
    <img src="https://github.com/pip-webui/pip-webui-documents/raw/master/doc/images/img-doc-list-edit.png"/>
</a>

## Learn more about the module

- [User's guide](https://github.com/pip-webui/pip-webui-documents/blob/master/doc/UsersGuide.md)
- [Online samples](http://webui.pipdevs.com/pip-webui-documents/index.html)
- [API reference](http://webui-api.pipdevs.com/pip-webui-documents/index.html)
- [Developer's guide](https://github.com/pip-webui/pip-webui-documents/blob/master/doc/DevelopersGuide.md)
- [Changelog](https://github.com/pip-webui/pip-webui-documents/blob/master/CHANGELOG.md)
- [Pip.WebUI project website](http://www.pipwebui.org)
- [Pip.WebUI project wiki](https://github.com/pip-webui/pip-webui/wiki)
- [Pip.WebUI discussion forum](https://groups.google.com/forum/#!forum/pip-webui)
- [Pip.WebUI team blog](https://pip-webui.blogspot.com/)

## <a name="dependencies"></a>Module dependencies

* [pip-webui-lib](https://github.com/pip-webui/pip-webui-lib): angular, angular material and other 3rd party libraries
* [pip-webui-css](https://github.com/pip-webui/pip-webui-css): CSS styles and web components
* [pip-webui-core](https://github.com/pip-webui/pip-webui-core): localization and other core services
* [pip-webui-rest](https://github.com/pip-webui/pip-webui-rest): REST resource for files

## <a name="license"></a>License

This module is released under [MIT license](License) and totally free for commercial and non-commercial use.
