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 : TextArea with 
PHP code editor

Tutorials

>

Tutorial Textarea

>

Tutorial : TextArea with PHP code editor


Textarea-07: Tutorial der Komponente Textarea vom PHP FrameWork WebSite-PHP.

Tutorial : TextArea with PHP code editor:



Zurück zum Tutorial der Komponente Textarea



Quelltext

Quelltext


Datei: /pages/tutorials/textarea/textarea-07.php

<?php
class Textarea07 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : TextArea with 
                                PHP code editor"
;
        
        
// Read PHP code of the current file
        
$code_file = new File(__FILE__);
        
$code $code_file->read();
        
$code_file->close();
        
        
// Create TextArea
        
$this->render = new TextArea($this);
        
$this->render->setValue($code);
        
$this->render->setWidth(550)->setHeight(300);
        
$this->render->activateSourceCodeEdit("php");
    }
}
?>


Zurück zum Tutorial der Komponente Textarea


Share

 


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