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 : Editor medium 
toolbar

Tutorials

>

Tutorial Editor

>

Tutorial : Editor medium toolbar


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

Tutorial : Editor medium toolbar:



Go back to tutorial of the componant Editor



Source code

Source code


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

<?php
class Editor03 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Editor medium 
                                toolbar"
;
        
        
$this->render = new Editor($this);
        
$this->render->setHeight(100);
        
$this->render->setWidth(545);
        
$this->render->setToolbar(Editor::TOOLBAR_MEDIUM);
    }
}
?>


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