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 : Small Editor 
with collapse toolbar

Tutorials

>

Tutorial Editor

>

Tutorial : Small Editor with collapse toolbar


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

Tutorial : Small Editor with collapse toolbar:



Zurück zum Tutorial der Komponente Editor



Quelltext

Quelltext


Datei: /pages/tutorials/editor/editor-04.php

<?php
class Editor04 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Small Editor 
                                with collapse toolbar"
;
        
        
$this->render = new Editor($this);
        
$this->render->setHeight(100);
        
$this->render->setWidth(300);
        
$this->render->collapseToolbar();
    }
}
?>


Zurück zum Tutorial der Komponente Editor


Share

 


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