Ajout fonction tout dérouler sur liste catégories

This commit is contained in:
Laurent Destailleur 2006-08-17 01:04:09 +00:00
parent 36a36dfdd4
commit 67c12ed041
5 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ if ($conf->use_javascript)
$node[$rootnode] = new HTML_TreeNode(array( $node[$rootnode] = new HTML_TreeNode(array(
'text' => $langs->trans("AllCats"), 'text' => $langs->trans("AllCats"),
'link' => '', 'link' => '',
'icon' => $icon, 'icon' => 'base.gif',
'expandedIcon' => $expandedIcon, 'expandedIcon' => 'base.gif',
'expanded' => true) 'expanded' => true)
//,array('onclick' => "alert('foo'); return false", 'onexpand' => "alert('Expanded')") //,array('onclick' => "alert('foo'); return false", 'onexpand' => "alert('Expanded')")
); );

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB