Hello, i´m working with http://www.jeasyui.com tree view for a test app
i want to use the response.menu variable from web2py with this treeview from easy ui but i noticed that it needs a <span></span> tag how do i change the behaviour of the MENU(response.menu) ? i want to add <span>menuitem</span> for every <li> tags in response.menu like this <li>*<span>*test menu*</span>*</li> thank you