RedactorJs Demo

You can see the demo of the product below along with the startup code, some operations are not permitted in demo mode.


Quick Start.

     $this->widget (
                        'booster.widgets.TbRedactorJs' , [
                            'name' => 'content' ,
                            'id'=>'cotnent_id',
                            'value' => 'Hover over the toolbar buttons to see whether it is really in Korean!' ,
                            'editorOptions' => [
                                'lang' => 'en' ,
                                'plugins' => [ 'fontfamily' , 'textdirection','idowsfilemanager', ]
                            ] ,
                        ]
                    );
                    
                

Click the button with the label IDOWS File Manager.