PHPackages                             marciocamello/yii2-x-editable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. marciocamello/yii2-x-editable

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

marciocamello/yii2-x-editable
=============================

X-editable extensions for Yii 2, based in X-editable with Bootstrap

228.8k12[9 issues](https://github.com/marciocamello/yii2-x-editable/issues)[1 PRs](https://github.com/marciocamello/yii2-x-editable/pulls)2JavaScript

Since Aug 8Pushed 11y ago4 watchersCompare

[ Source](https://github.com/marciocamello/yii2-x-editable)[ Packagist](https://packagist.org/packages/marciocamello/yii2-x-editable)[ RSS](/packages/marciocamello-yii2-x-editable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (2)

MCMS X-Editable
===============

[](#mcms-x-editable)

X-editable extensions for Yii 2, based in X-editable 1.5.1 with Bootstrap 3 Link from project -

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require marciocamello/yii2-x-editable "dev-master"

```

or add

```
"marciocamello/yii2-x-editable": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

XEditable NameSpace and Model params
------------------------------------

[](#xeditable-namespace-and-model-params)

```

```

Actions
-------

[](#actions)

```
	public function actions()
	{
		return [
			'editable' => [
				'class' => 'mcms\xeditable\XEditableAction',
				//'scenario'=>'editable',  //optional
				'modelclass' => Model::className(),
			],
		];
	}

```

Text whitout model
------------------

[](#text-whitout-model)

```

```

Text
----

[](#text)

```
