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 : select an index on 
a SelectList on load

Tutorials

>

Tutorial Selectlist

>

Tutorial : select an index on a SelectList on load


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

Tutorial : select an index on a SelectList on load:




Go back to tutorial of the componant Selectlist



Source code

Source code


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

<?php
class Selectlist03 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : select an index on 
                    a SelectList on load"
;
        
        
$this->render = new SelectList($this);
        
$this->render->setNbLines(3);
        
$this->render->addItem("value 1""value 1");
        
$this->render->addItem("value 2""value 2");
        
$this->render->addItem("value 3""value 3");
        
$this->render->addItem("value 4""value 4");
        
$this->render->setSelectedIndex(2);
        
$this->render = new WSPObject($this->render"<br/>");
    }
}
?>


Go back to tutorial of the componant Selectlist


Share

 


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