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 : Simple ComboBox with 
picture and group

Tutorials

>

Tutorial Combobox

>

Tutorial : Simple ComboBox with picture and group


Combobox-03: Tutorial of the composant Combobox of the PHP FrameWork WebSite-PHP.

Tutorial : Simple ComboBox with picture and group:




Go back to tutorial of the componant Combobox



Source code

Source code


File: /pages/tutorials/combobox/combobox-03.php

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


Go back to tutorial of the componant Combobox


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker