WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutorial : TextArea with 
PHP code editor

Tutoriels

>

Tutoriel Textarea

>

Tutorial : TextArea with PHP code editor


Textarea-07: Tutoriel du composants Textarea du FrameWork PHP WebSite-PHP.

Tutorial : TextArea with PHP code editor:



Retourner aux tutoriels du composants Textarea



Code source

Code source


Fichier: /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");
    }
}
?>


Retourner aux tutoriels du composants Textarea


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker