I have just installed XWiki, which I think is a great tool from what I have seen until now.
However I'm experiencing a quite annoying problem: the WYSIWYG editor from my instance of XWIKI doesn't behave like the one from the playground instance:
1. when I select a text and mark it as "Title 1", it generates "<H1></H1>" instead of "1"
2. the wysiwyg editor doesn't display the horizontal line below the text (as it is displayed when the page is viewed). I saw that the demo version from playground.xwiki.org displayis these bars while editing a content.
Perhaps there is some configuration that needs to be changed?
Thank you in advance for your answer.
Cristi.
Dear Gabriela,
I don't want it to generate html. I just want it to generate XWIKI headings instead of HTML, when editing a simple document.
For example I select a text and mark it as "Title1", and he outputs <h1>My text</h1> instead of 1 My text
Thanks,
WYSIWYG editor is not stable. and "dislikes" html code.
----- Original Message ----
From: Cristian SPIESCU <cristian607(a)yahoo.com>
To: users(a)xwiki.org
Sent: Tuesday, September 23, 2008 11:06:20 PM
Subject: [xwiki-users] WYSIWYG editor: Title 1 formatting generates html syntax instead xwiki syntax
I have just installed XWiki, which I think is a great tool from what I have seen until now.
However I'm experiencing a quite annoying problem: the WYSIWYG editor from my instance of XWIKI doesn't behave like the one from the playground instance:
1. when I select a text and mark it as "Title 1", it generates "<H1></H1>" instead of "1"
2. the wysiwyg editor doesn't display the horizontal line below the text (as it is displayed when the page is viewed). I saw that the demo version from playground.xwiki.org displayis these bars while editing a content.
Perhaps there is some configuration that needs to be changed?
Thank you in advance for your answer.
Cristi.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
i've created 1000 users via Groovy script. Each user document (profile) has a TacClass, a XWikiUsers and two XWikiRights objects.
If i call the object editor at user profile page to make some changes to XWikiUsers object it takes long before the data appears.
Other object edits slowed down as well.
Is there a known reason? Is there a known possibility to accelerate access to objects belonging to the current document (creation of some index in database, ...)?
Thanks,
Rudolf Tronicek
"50 erste Dates" mit Adam Sandler u. Drew Barrymore kostenlos anschauen!
Exklusiv für alle WEB.DE Nutzer. *http://www.blockbuster.web.de* [http://www.blockbuster.web.de]
Hi
I want to add a new language to my XWiki application. I changed Multi
Lingual in the 'General' section og Xwiki Preferences to 'Yes' and added
that language in the 'Languages' text box. Also I created an
ApplicationResources.properties for the language and added it to the
XWiki-1.5.jar. Is there any other classes which needs to be modified ? If
yes how that can be done ? In general would it be fare to pull out a class
from a jar file, modify it and put it back ? Please help.. I am using XE 1.5
Regards
Syam
--
View this message in context: http://n2.nabble.com/Adding-a-new-language-tp1109189p1109189.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have just started to work with XWiki and I have some problems with XWiki
Objects. I created simple new Class with 3 String properties (name, surname,
text) and this ClassSheet (copied from xwiki.org):
#set($class = $doc.getObject("XWiki.AtlantisClass").xWikiClass)
#set($hasProps = false)
#foreach($prop in $class.properties)
<dl>
<dt>1. Pretty is ${prop.prettyName} </dt>
<dd>2. Value $doc.display($prop.getName()) </dd>
</dl>
#end
In a new page, I selected "Edit->Objects". Then I added this object to the
page and filled in all 3 properties (like Bob, Smith, Lorem Ipsum). Then I
typed this in the wiki editor of the new page:
#includeForm("XWiki.AtlantisClassSheet")
And I expected something like this:
...
<dt>1. Pretty is Name </dt>
<dd>2. Value Bob </dd>
...
However instead of 'Bob' there is a content of "Custom display" of the
property name. Could anyone please help me how to see the value? I tried to
search the forum but the only thing I have found is that it should work like
that...
Thanks a lot
--
View this message in context: http://n2.nabble.com/Object-properties-problem-tp1109785p1109785.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I downloaded and successfully installed xwiki-workspaces-installer-windows-1.2-milestone-1.exe, for Windows. Going into the "Administration" tab (XWiki Workspaces Admnistration - http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences ), I see: General, Workspaces, Users, Groups. Nothing about "Import" and "Export", neither with Internet Explorer nor with Firefox.
How come? "Import" and "Export" are not available or is it a visualization problem?
Thank you
Carmelo
Hello
I have created many new pages of one class in my xwiki. Unfortunatly there
was one, with specal characters in the pagename. Now I am getting tha error:
"a different object with the same identifier value was already associated
with the session"
when I want to $xwiki.getDocument("BadNamedPage")
I tried to delete this page, but for the methods delete(),
deleteDocument()... I need to get the xwiki document. But as I wrote, I get
an error then. How can I delete it?
Hope someone can help me!
Thanks and best Regards,
Spinring
--
View this message in context: http://n2.nabble.com/error%3A-different-object-with-the-same-identifier-val…
Sent from the XWiki- Users mailing list archive at Nabble.com.