History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SM-60
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Matt Raible
Reporter: Bruno Braga
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts Menu

Velocity XTree Template - support icons

Created: 15/Sep/06 04:09 PM   Updated: 15/Sep/06 04:09 PM
Component/s: Documentation
Affects Version/s: 2.4.1
Fix Version/s: None


 Description  « Hide
In the example of the XTree menu (velocity), change xtree.html:

new WebFXTree('$title'#if($menu.url),'$!menu.url'#end);
for:
new WebFXTree('$title', '$!{menu.url}', null, '$!{menu.image}', '$!{menu.altImage}');

new WebFXTreeItem('$title'#if($menu.url),'$!menu.url'#end);
for:
new WebFXTreeItem('$title', '$!{menu.url}', null, '$!{menu.image}', '$!{menu.altImage}');

That leaves the most complete example.

 All   Comments   Change History   FishEye      Sort Order:
There are no comments yet on this issue.