Ajout fonction tout dérouler sur liste catégories
This commit is contained in:
parent
36a36dfdd4
commit
67c12ed041
@ -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')")
|
||||||
);
|
);
|
||||||
|
|||||||
BIN
htdocs/includes/treemenu/images/base.gif
Normal file
BIN
htdocs/includes/treemenu/images/base.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/includes/treemenu/images/imgfolder.gif
Normal file
BIN
htdocs/includes/treemenu/images/imgfolder.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 622 B |
BIN
htdocs/includes/treemenu/images/page.gif
Normal file
BIN
htdocs/includes/treemenu/images/page.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 582 B |
BIN
htdocs/includes/treemenu/images/trash.gif
Normal file
BIN
htdocs/includes/treemenu/images/trash.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user