

This plugin is still at basic level and deliver only a limited set ofįeatures comes with Chart.js. Make sure you add nterms\redactor\charts\ChartjsAsset to the list as this overwrites the original list. Register the ChartsRedactorPluginAsset asset bundle as shown above and enable the plugin: echo \vova07\imperavi\ Widget:: widget([ Use with vova07/yii2-imperavi-widget - Not tested Register the ChartsRedactorPluginAsset asset bundle as shown above and enable the plugin: $model, Use with yiidoc/yii2-redactor - Not tested This indicates that ChartsRedactorPluginAsset asset bundle depends onĪsset bundle of the widget, making it load assets in proper order. 'nterms\redactor\charts\ChartsRedactorPluginAsset' => [ You can simply set the charts plugin related asset files load after the widget assets by adding following to your application configuration. Check the order of the JavaScript files loded on your page. Register the ChartsRedactorPluginAsset asset bundle as shown above and enable the plugin: yii\imperavi\ Widget:: widget([ redactor ( ) Use with asofter/yii2-imperavi-redactor - Tested Now enable the charts plugin when you initialize Redactor. In case you register the asset bundle in your view file: \nterms\redactor\charts\ ChartsRedactorPluginAsset:: register( $ this) Register the asset bundle with your view. To the require section of your composer.json file. Or add "nterms/yii2-redactor-charts": "*"
JAVASCRIPT REDACTOR INSTALL
The preferred way to install this extension is through composer.Įither run php composer.phar require -prefer-dist nterms/yii2-redactor-charts "*" Please find the usage instructions for each of the above extensions below under Usage section.


There are few yii2 extensions developed for integrating Redactor with your Yii2 project. You may use Redactor by directly loading redactor.js and redactor.css or useing some Yii2 extension. This plugin works only on Imperavi Redactor WYSIWYG editor. This pluginĮnables creating and inserting Bar, Line and Radar type charts to the A Chart.js plugin for Imperavi Redactor WYSIWYG editor. Wild Web DeveloperĐ.12011111 .oupĞclipse Wild Web Developer projectīut no Javascript editor or perspective. Tried that but still no new Javascript editor or Perspective available. And was already available in Neon (years ago? I remember using Neon when it was the latest)Įclipse Java Web Developer Tools - JavaScript Support 3.20.0.v202011230434 So I've taken a look at alternatives, and met with little liuck and lots of confusion.įor example I can install Javascript Development Tools from Install New Software, but it's version 2.3 and adds no Javascript editor or perspective to my Eclipse instance.Īpparently 3.8 is the latest version.
JAVASCRIPT REDACTOR CODE
It has syntax highlighting but lacks code collapse and reference finding (that I'm used to using on other editors, notably PyDev). The only editor I have in Eclipse currently for that seems to be the Liclipse Javascript Editor.

I'm using Eclipse 2020-12 and working a bit with Javascript.
