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 ComboBox with 
picture

Tutorials

>

Tutorial Combobox

>

Tutorial : Simple ComboBox with picture


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

Tutorial : Simple ComboBox with picture:




Zurück zum Tutorial der Komponente Combobox



Quelltext

Quelltext


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

<?php
class Combobox02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple ComboBox with 
                                picture"
;
        
        
$this->render = new ComboBox($this);
        
$this->render->addItem("value 1""value 1"
                                
false"img/home.png");
        
$this->render->addItem("value 2""value 2"
                                
false"img/doc.png");
        
$this->render->addItem("value 3""value 3"
                                
false"img/contact.png");
        
$this->render = new WSPObject($this->render"<br/>");
    }
}
?>


Zurück zum Tutorial der Komponente Combobox


Share

 


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