2017 © Pedro Peláez
 

yii2-extension yii2-text-editor

Widget for Ace code editor

image

black-lamp/yii2-text-editor

Widget for Ace code editor

  • Tuesday, January 3, 2017
  • by GutsVadim
  • Repository
  • 2 Watchers
  • 1 Stars
  • 991 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 14 % Grown

The README.md

Code editor for Yii2

Widget for Ace code editor, (*1)

Latest Stable Version Latest Unstable Version License, (*2)

Installation

Run command

composer require black-lamp/yii2-text-editor

or add, (*3)

"black-lamp/yii2-text-editor": "2.0.0"

to the require section of your composer.json., (*4)

Using

Use widget with ActiveForm, (*5)

$form = ActiveForm::begin();
    // ...
    echo $form->field($model, 'text')
              ->widget(bl\ace\AceWidget::className(), [
                    'language' => 'javascript'
              ]);
$form->end();

Widget configuration properties

Option Option Default Description
language string html Programming language
theme string github Code editor theme
enableEmmet boolean false Enable emmet plugin for HTML
attributes array ['style' => 'max-width: 600px; min-height: 400px;'] HTML attributes for editor container

For more information about 'language' and 'theme' configuration attributes read Ace documentation, (*6)

The Versions

03/01 2017

dev-master

9999999-dev

Widget for Ace code editor

  Sources   Download

BSD-3-Clause

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

03/01 2017

2.0.0

2.0.0.0

Widget for Ace code editor

  Sources   Download

BSD-3-Clause

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

10/11 2016

1.0.0

1.0.0.0

Widget for Ace code editor

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

25/10 2016

0.1.3-beta

0.1.3.0-beta

Widget for Ace code editor

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

25/10 2016

0.1.2-beta

0.1.2.0-beta

Widget for Ace code editor

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

25/10 2016

0.1.1-beta

0.1.1.0-beta

Widget for Ace code editor

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace

24/10 2016

0.1.0-beta

0.1.0.0-beta

Widget for Ace code editor

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 code widget editor ace