WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutorial : Treeview 
loaded from path

Tutoriels

>

Tutoriel Treeview

>

Tutorial : Treeview loaded from path


Treeview-02: Tutoriel du composants Treeview du FrameWork PHP WebSite-PHP.

Tutorial : Treeview loaded from path:



Retourner aux tutoriels du composants Treeview



Code source

Code source


Fichier: /pages/tutorials/treeview/treeview-02.php

<?php
class Treeview02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Treeview 
                    loaded from path"
;
        
        
$tree = new TreeView("tree02");
        
        
// To display a dialog box with file information
        // you can use {#file} to display all the path
        
$dialog = new DialogBox('File''You click on the file {#filename}');
        
        
// Create the tree from the current folder
        
$tree->loadFromPath(dirname(__FILE__), $dialog);
        
        
$this->render $tree;
    }
}
?>


Retourner aux tutoriels du composants Treeview


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker