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 : Clearable TextBox 
(very useful for mobile device)

Tutorials

>

Tutorial Textbox

>

Tutorial : Clearable TextBox (very useful for mobile device)


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

Tutorial : Clearable TextBox (very useful for mobile device):



Go back to tutorial of the componant Textbox



Source code

Source code


File: /pages/tutorials/textbox/textbox-11.php

<?php
class Textbox11 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Clearable TextBox 
                            (very useful for mobile device)"
;
        
        
// Create TextBox object
        
$textbox = new TextBox($this);
        
$textbox->setValue("Clearable TextBox");
        
$textbox->clearable();
        
$textbox->setFocus();
        
        
$this->render $textbox;
    }
}
?>


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