rosgear / rg-wd-fine_uploader
Widget "Fine Uploader" for the RosGear web application
Package info
github.com/rosgear/rg-wd-fine_uploader
Type:component
pkg:composer/rosgear/rg-wd-fine_uploader
Requires
- rosgear/ge2-composer-plugin: *
README
Виджет «Загрузчик Fine Uploader»
Загрузчик файлов Fine Uploader, поддерживает все основные браузеры и не требует Flash, jQuery или каких-либо внешних библиотек.
Виджет может применяться как на странице веб‑сайта, так и в интерфейс Панели управления GePanel.
Установка
Для добавления виджета в ваш проект, вы можете просто выполнить команду ниже:
$ composer require rosgear/rg-wd-fine_uploader
или добавить в файл composer.json вашего проекта:
"require": {
"rosgear/rg-wd-fine_uploader": "*"
}
или скачать архив на странице виджета в каталоге приложений RosGear.
После добавления виджета в проект выполните его установку в редакцию веб‑приложения с помощью Панели управления GePanel.
Ресурсы
Widget «Fine Uploader»
The Fine Uploader file uploader supports all major browsers and does not require Flash, jQuery, or any external libraries.
The widget can be used both on a website page and in the GePanel control panel interface.
Installation
To add the widget to your project, you can simply run the command below:
$ composer require rosgear/rg-wd-fine_uploader
or add to your project's composer.json file:
"require": {
"rosgear/rg-wd-fine_uploader": "*"
}
or download the archive from the widget page in the RosGear application catalog.
After adding the widget to the project, install it into the web application edition using the GePanel Control Panel.