[Yanel-dev] Yanel Toolbar

Michael Wechner michael.wechner at wyona.com
Mon Mar 21 10:05:49 CET 2011


Hi Balz

On 3/21/11 10:01 AM, Balz Schreier wrote:
> hi,
>
> i would like to add an absolute URL to the Yanel Toolbar (e.g. a Link 
> to a wiki page, just as an example).
>
> However, the yanel toolbar can not handle links that start with either 
> http:// or https://.

Maybe I misunderstand what you are asking, but it can handle any kind of 
links, see for example

src/webapp/src/java/org/wyona/yanel/servlet/menu/Menu.java

and search for "Yanel Documentation".
>
> Where is the XSL located that renders the Yanel Toolbar?

in most cases there is no XSLT, but just POJO generating the toolbar 
whereas this is configured within the realm, e.g.

src/realms/from-scratch-realm-template/realm.xml

<menu class="org.wyona.yanel.servlet.toolbar.impl.FromScratchRealmToolbar"/>

HTH

Michael
> I could update this and push the changes to my hg repo.
>
> Cheers
> Balz



More information about the Yanel-development mailing list