Search |
||
jMaki Revolver WidgetPosted by gmurray71 on June 24, 2007 at 10:44 PM PDT
A few months ago I created the revolver as a weekend project to provide an alternative way of providing top level navigation on your web size. I thought I would share this with everyone as a jMaki widget. How to use it with jMakiIn Netbeans
In the page you will see the following:
<a:widget name="jmaki.revolver"
value="[
{title : 'Amsterdam',
imgSrc : 'http://farm1.static.flickr.com/67/227194339_551e710acb_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594254916360/'
},
{title : 'Paris',
imgSrc : 'http://farm1.static.flickr.com/129/319228860_23770c66d3_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594414671044/'
},
{title : 'Seoul',
imgSrc : 'http://farm1.static.flickr.com/106/294268722_662da2ef5a_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594370026444/'
}
]"/>
Use the jMaki customizer (context click->jMaki) to customize the revolver or modify the For Eclipse or Stand Alone Applications
<a:widget name="jmaki.revolver"
value="[
{title : 'Amsterdam',
imgSrc : 'http://farm1.static.flickr.com/67/227194339_551e710acb_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594254916360/'
},
{title : 'Paris',
imgSrc : 'http://farm1.static.flickr.com/129/319228860_23770c66d3_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594414671044/'
},
{title : 'Seoul',
imgSrc : 'http://farm1.static.flickr.com/106/294268722_662da2ef5a_m.jpg',
href : 'http://www.flickr.com/photos/44399047@N00/sets/72157594370026444/'
}
]"/>
Find out more about the customizable properties that may be passed in as the
Non jMaki UsageYou will need to provide the template text, CSS, and JavaScript.
Find out more about the customizable properties from the
This example shows the benefits of using a framework like jMaki to reduce the need of the steps you see with the non-jMaki usage. Enjoy the widget. If you have any requests, comments or issues, please feel free to ask them here. »
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
|
||
|