Hi Richard,
you have simply to edit the CSS properties for the link color.
For the future, when starting a new conversation, don't replay on old
thread. It's just to keep the list more useful for everyone! ;-))
Vito
goldring, richard wrote:
Hi folks,
On the panel menus when you click on a menu option the menu option is
'greyed' to indicate its been clicked on - only 'greying' it makes the
menu
option difficult to read - can how much they are 'greyed' be adjusted? If so
can some one tell me how - some of users have complained about it - so I
want to keep them happy!!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Artamonov, Juri
Sent: 17 October 2007 08:04
To: XWiki Users
Subject: Re: [xwiki-users] WYSIWYG editor and velocity
I can confirm since I had the same issue. Moreover sometimes when you
work with bullets it's also ok in wiki-mode but when you switch
WYSIWYG-mode it can easily disappear. Currently it looks like
showstopper for me for xwiki usage.
Best regards,
Juri.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of Vitantonio Messa
Sent: Wednesday, October 17, 2007 8:36 AM
To: XWiki Users
Subject: [xwiki-users] WYSIWYG editor and velocity
Hi everyone,
I wrote a page with some code in it:
...SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] <br/>
#end
#end
#end
...SOME TEXT...
If I edit the page in wiki-mode, no problem. But if I edit the page in
WYSIWYG-mode, and then save it, the code is not working anymore.
Actually the same section become:
...SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] \\
#end
#end
#end
...SOME TEXT...
So, the character '_' is replace by '_'.
Any solution to this problem? Thanks!
Vito
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users