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 : 2 CheckBox with one 
disabled

Tutorials

>

Tutorial Checkbox

>

Tutorial : 2 CheckBox with one disabled


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

Tutorial : 2 CheckBox with one disabled:



Zurück zum Tutorial der Komponente Checkbox



Quelltext

Quelltext


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

<?php
class Checkbox02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : 2 CheckBox with one 
                                disabled"
;
        
        
$this->render = new WSPObject();
        
$chk1 = new CheckBox($this);
        
$chk1->setText("CheckBox 1")->setChecked();
        
$chk2 = new CheckBox($this);
        
$chk2->setText("CheckBox 2")->disable();
        
$this->render->add($chk1$chk2);
    }
}
?>


Zurück zum Tutorial der Komponente Checkbox


Share

 


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