Releases: kartik-v/yii2-editable
Releases · kartik-v/yii2-editable
Version 1.7.0
Version 1.6.0
Date: 22-Nov-2014
- enh #15: Add Vietnamese language translations.
- enh #16: Enhance dependency validation using common code base.
- bug #18: Add Italian language translations.
- bug #20: Fix widgets for use in Editable.
- enh #21: Enhancements for rendering widgets and related styling.
- enh #22: Revamp extension to work better with model validation and in EditableColumn.
Version 1.4.0
Date: 22-Oct-2014
- enh #14: Raise new
editableAjaxError
event for errors faced via ajax - New property
showAjaxErrors
included for the editable jQuery plugin.
Version 1.3.0
Version 1.2.0
Version 1.1.0
Version 1.0.0
Initial release
Date: 27-Jul-2014
- Set any readable markup on your view, DetailView, or GridView to be editable. (Under Process: The widgets
\kartik\grid\GridView
and\kartik\detail\DetailView
widgets will be enhanced to use this extension in a very easy way. - Provides two display formats for setting up your editable content .
- Link: Convert the editable content as a clickable link for popover.
- Button: Do not convert the editable content to a link, but instead display a button beside it for editing content.
- Uses Yii 2.0 ActiveForm for editing content. Hence all features of Yii ActiveForm, including model validation rules are available.
- For editing the content, you can configure it to use any of the HTML inputs, or widgets available from kartik-v/yii2-widgets or other input widgets from https://github.com/kartik-v.
In addition, one can also use HTML 5 inputs or any custom input widget to edit your content. - Entirely control the way the form content is displayed in the popover. By default, the widget displays the input to be edited. In addition, one can place
more form fields or markup before and after this default input. - Uses AJAX based form submission to process quick editing of data and a seamless user experience.
- Uses advanced features of the yii2-popover-x extension, to control display formats for your editable popover form. This
uses the enhanced bootstrap-popover-x by Krajee.