Download the PHP package 2amigos/yii2-editable-widget without Composer
On this page you can find all versions of the php package 2amigos/yii2-editable-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 2amigos/yii2-editable-widget
More information about 2amigos/yii2-editable-widget
Files in 2amigos/yii2-editable-widget
Package yii2-editable-widget
Short Description X-Editable widget for Yii2.
License BSD-3-Clause
Homepage http://yiiwheels.com/extension/editable-widget
Informations about the package yii2-editable-widget
X-Editable Widget for Yii2
Renders a X-Editable Input allowing to use the amazing inline capabilities of X-Editable Plugin.
Important Note
We decided to port only the Bootstrap 3 capabilities of X-Editable Plugin due to the requirements of our projects. We have done quite a lot of work:
- The original library has been modified to port it to Yii2. Plugins that we thought didn't belong to the core, we extracted them and implemented them as separated external input types (address, combodate, datepicker, datetimepicker, select2 and wysihtml5 plugins). We thought that separating external types will help everybody to isolate problems and be able to improve the library much better.
- Plugins have been all updated to their latest versions
- Fixed datepicker and datetimepicker types to work with Bootstrap 3
- Refactored widget code to make it easier to understand
- We have not included EditableColumn, EditableListView, or EditableDetailView because we believe they correspond to a different package. They will be developed independently.
So, if you have issues to fix, please remember, THIS IS NOT an exact copy of X-Editable, this is a Bootstrap 3 enhanced X-Editable plugin ported to Yii2.
We welcome everybody to improve this library with their amazing Pull Requests :) and we hope that this will increase the productivity of your Yii2 experience.
So keep this in mind:
- Widget is based on X-Editable not on X-Editable for Yii
- It does not work with JQuery UI or as plain JQuery, just Bootstrap and latest version only (not 2.3.2 sorry)
- If you wish to help improve the library do it, but do not update the library thinking this is the same as X-Editable source, it has been modified.
- The supported types are:
- text
- textarea
- select
- date
- datetime
- combodate
- html5 types
- checklist
- wysihtml5
- select2
- No typeaheadJs - ready for the challenge?
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your application's composer.json
file.
Usage
There is an amazing site made by Vitaliy Potapov which shows how to configure the widget. We are not going to explain how to use each one of the again and we encourage you to visit the documentation section of the plugin's site
Testing
To test the extension, is better to clone this repository on your computer. After, go to the extensions folder and do
the following (assuming you have composer
installed on your computer):
Once all required libraries are installed then do:
Further Information
Please, check the X-Editable Plugin documentation for further information about its configuration options.
Contributing
Please see CONTRIBUTING for details.
Credits
- Antonio Ramirez
- All Contributors
License
The BSD License (BSD). Please see License File for more information.
Custom Software | Web & Mobile Software Development
www.2amigos.us
All versions of yii2-editable-widget with dependencies
yiisoft/yii2-bootstrap Version ~2.0.0
bower-asset/select2 Version ~4.0