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 : Simple TextArea with 
auto height

Tutoriels

>

Tutoriel Textarea

>

Tutorial : Simple TextArea with auto height


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

Tutorial : Simple TextArea with auto height:



Retourner aux tutoriels du composants Textarea



Code source

Code source


Fichier: /pages/tutorials/textarea/textarea-02.php

<?php
class Textarea02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple TextArea with 
                                auto height"
;
        
        
$this->render = new TextArea($this);
        
$text "TextArea with\nauto height\nand carriage return\n";
        
$text .= "Write text in this area to try auto height !!!";
        
$this->render->setValue($text);
        
$this->render->setAutoHeight();
        
$this->render->setWidth(350);
    }
}
?>


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