[xwiki-users] "Clickable bar" macro

2014-04-02 Thread coldserenity
Hello, If I wanted to create a clickable bar layout on my wiki similar to http://spring.io/projects Which would be the best set of macros to use? Regards, Roman -- View this message in context: http://xwiki.475771.n2.nabble.com/Clickable-bar-macro-tp7589940.html Sent from the XWik

Re: [xwiki-users] "Clickable bar" macro

2014-04-03 Thread Hamster
Do you mean the navigation on the top of that website? ==> Menu Application Or do you mean the "grid" on the page? HTML (with a div with all text aligned center) ICON Macro I have created a "quote" macro for our company:

Re: [xwiki-users] "Clickable bar" macro

2014-04-03 Thread Hamster
A quick mock-up: {{section}} {{column}} {{macro_grid Title="SPRING BOOT" Description="Takes an opionated view of building Spring applications and gets you up and running as quickly as possible." Icon="quote-left"/}} {{macro_gri

Re: [xwiki-users] "Clickable bar" macro

2014-04-03 Thread coldserenity
This quick mock-up is exactly what I meant :) Thanks! -- View this message in context: http://xwiki.475771.n2.nabble.com/Clickable-bar-macro-tp7589940p7589960.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list

Re: [xwiki-users] "Clickable bar" macro

2014-04-03 Thread Hamster
This is the code I'm using to create those "blocks": {{velocity}} #set($title=$xcontext.macro.params.Title) #set($description=$xcontext.macro.params.Description) #set($icon=$xcontext.macro.params.Icon) #set($link=$xcontext.macro.params.Link) {{html wiki="true"}} {{icon name=$icon size="4x" title