WebSite-PHP Framework PHP
Mehrsprachig
Einfacher Ajax Modus
Kein HTML, kein JavaScript
URL Rewriting
Mails senden
Sitemap - RSS - Web service
Laden Sie WebSite-PHP FrameWork jetzt herunter
 


Loading
 


Tutorial : Change color 
of resizable Editor

Tutorials

>

Tutorial Editor

>

Tutorial : Change color of resizable Editor


Editor-05: Tutorial der Komponente Editor vom PHP FrameWork WebSite-PHP.

Tutorial : Change color of resizable Editor:



Zurück zum Tutorial der Komponente Editor



Quelltext

Quelltext


Datei: /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;
    }
}
?>


Zurück zum Tutorial der Komponente Editor


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Start Dokumentation Herunterladen Schnellstart Tutorials Wiki Issue Tracker