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 : Simple TextBox 
with default text

Tutorials

>

Tutorial Textbox

>

Tutorial : Simple TextBox with default text


Textbox-02: Tutorial der Komponente Textbox vom PHP FrameWork WebSite-PHP.

Tutorial : Simple TextBox with default text:



Zurück zum Tutorial der Komponente Textbox



Quelltext

Quelltext


Datei: /pages/tutorials/textbox/textbox-02.php

<?php
class Textbox02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple TextBox 
                                with default text"
;
        
        
$this->render = new TextBox($this);
        
$this->render->setValue("default text");
    }
}
?>


Zurück zum Tutorial der Komponente Textbox


Share

 


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