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
LiveValidation

Tutorials

>

Tutorial Textarea

>

Tutorial : TextArea with LiveValidation


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

Tutorial : TextArea with LiveValidation:



Zurück zum Tutorial der Komponente Textarea



Quelltext

Quelltext


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

<?php
class Textarea03 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : TextArea with
                                LiveValidation"
;
        
        
$this->render = new Form($this);
        
        
$textarea = new TextArea($this->render);
        
$textarea->setValue("TextArea with LiveValidation");
        
$lv = new LiveValidation();
        
$lv->addValidatePresence();
        
$textarea->setLiveValidation($lv);
        
$textarea->setWidth(300);
        
        
$this->render->setContent($textarea);
    }
}
?>


Zurück zum Tutorial der Komponente Textarea


Share

 


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