WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutorial : Clearable TextBox 
(very useful for mobile device)

Tutoriels

>

Tutoriel Textbox

>

Tutorial : Clearable TextBox (very useful for mobile device)


Textbox-11: Tutoriel du composants Textbox du FrameWork PHP WebSite-PHP.

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



Retourner aux tutoriels du composants Textbox



Code source

Code source


Fichier: /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;
    }
}
?>


Retourner aux tutoriels du composants Textbox


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker