WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Tutorial : Simple TextBox 
with default text

Tutorials

>

Tutorial Textbox

>

Tutorial : Simple TextBox with default text


Textbox-02: Tutorial of the composant Textbox of the PHP FrameWork WebSite-PHP.

Tutorial : Simple TextBox with default text:



Go back to tutorial of the componant Textbox



Source code

Source code


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


Go back to tutorial of the componant Textbox


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker