jMaki Menu component for Phobos
1 2 <% library.jmaki.insert( 3 { 4 component : "jmaki.menu" , 5 value : { 6 columns: [ 7 {label : 'Images', 8 menuItems : [ 9 {label :'Birds', url : '/jsonibrowse.js'}, 10 {label :'Cat', url : '/ibrowse.js'} 11 ]}, 12 {label : 'Bookmarks', 13 menuItems : [ 14 {label :'Digg', url : '/digg/show'}, 15 {label :'Delicious', url : '/delicious/show'} 16 ]} 17 ] 18 19 } 20 } 21 ); %>