WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Tutorial : Change color 
of resizable Editor

Tutorials

>

Tutorial Editor

>

Tutorial : Change color of resizable Editor


Editor-05: Tutorial of the composant Editor of the PHP FrameWork WebSite-PHP.

Tutorial : Change color of resizable Editor:



Go back to tutorial of the componant Editor



Source code

Source code


File: /pages/tutorials/editor/editor-05.php

<?php
class Editor05 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Change color 
                                of resizable Editor"
;
        
        
$editor = new Editor($this);
        
$editor->setToolbar(Editor::TOOLBAR_SIMPLE);
        
$editor->setColor('#FF0000');
        
$editor->resizable(true);
        
        
$this->render $editor;
    }
}
?>


Go back to tutorial of the componant Editor


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker