Questions tagged [xwiki]

XWiki is both an open source enterprise wiki software and a platform for quickly writing simple collaborative web applications. It's written in Java with a design emphasis on extensibility.

XWiki is a free software platform written in Java based on the wiki principles, under the LGPL license. In addition to being a full-featured wiki, it is also a second generation wiki allowing effortless development of collaborative web applications. On top of this platform a plethora of applications are developed, targeted mainly on aiding enterprise-level needs.

XWiki Enterprise, the enterprise wiki edition, includes WYSIWYG editing, OpenOffice based document import/export, semantic annotations and tagging, and advanced permissions management.

Read more about XWiki at Wikipedia..

170 questions
0
votes
2 answers

Carousel in XWiki

I am using XWiki as a backend my CMS. On one of the pages i would like to include a Carousel with few pictures. I do not really have any preference on which implementation to use. I would be happy to use a solution such as on the xwiki.org or here I…
Jakub
  • 109
  • 3
0
votes
1 answer

Cannot get substring xwiki

I am trying to get a substring but I get a Failed to execute the [velocity] macro. I have no idea why this is happening. Here is my code: #if ($text != '' ) #set ($textwo = "${text.substring(0,4)}") if($textwo != "Tags" ) …
nupac
  • 2,459
  • 7
  • 31
  • 56
0
votes
1 answer

Pass Button Value using javascript and make it usable in xwiki macro

So I have 2 buttons and each button click is supposed to call 2 different functions. I figured I can use Javascript to get the values but how do I get the value to be usable in a macro? What I have tried is this