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 CheckBox

Tutorials

>

Tutorial Checkbox

>

Tutorial : Simple CheckBox


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

Tutorial : Simple CheckBox:



Zurück zum Tutorial der Komponente Checkbox



Quelltext

Quelltext


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

<?php
class Checkbox01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple CheckBox";
        
        
$this->render = new WSPObject();
        
$chk1 = new CheckBox($this);
        
$chk1->setText("My CheckBox")->setChecked();
        
$this->render->add($chk1);
    }
}
?>


Zurück zum Tutorial der Komponente Checkbox


Share

 


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