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 height 
and width defined and no wrap text

Tutorials

>

Tutorial Textarea

>

Tutorial : TextArea with height and width defined and no wrap text


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

Tutorial : TextArea with height and width defined and no wrap text:



Zurück zum Tutorial der Komponente Textarea



Quelltext

Quelltext


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

<?php
class Textarea05 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : TextArea with height 
                            and width defined and no wrap text"
;
        
        
$this->render = new TextArea($this);
        
$text "TextArea with height\n";
        
$text .= "and width defined and no wrap text\n";
        
$text .= "This is a loooooooooooooooooonnnnnnnnnnnnnnnnnnnnnnnnnggggggggggggg string";
        
$this->render->setValue($text);
        
$this->render->noWrap()->setHeight(100)->setWidth(300);
    }
}
?>


Zurück zum Tutorial der Komponente Textarea


Share

 


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