Hi Guofeng,
On 14 Nov 2015 at 18:11:35, Guofeng Zhang (guofengzh(a)gmail.com) wrote:
Hi,
I am trying XWiki 7.3.
I want to add add a menu with icon in the top menu. I have read
http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/TopMenuLeft, but
still can not understand where to add the following:
{{velocity}}{{html clean="false"}} ## we need clean="false" because we
want
to display the raw content
<li class="dropdown">
<a class="icon-navbar dropdown-toggle" data-toggle="dropdown"
role="button" arias-haspopup="true"
aria-expanded="false"><span
class="sr-only">$services.localization.render('core.menu.toggleNavigation')</span>Some
text</a>
<ul class="dropdown-menu">
<li><a href="">Some link</a></li>
</ul>
</li>
{{/html}}{{/velocity}}
Could you give me advice where to add the above lines?
Just want to verify that you’ve read the tutorial linked
from
http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/
Could you confirm that you’ve read it?
Thanks!
-Vincent
Thanks for your help very much.
Guofeng