Hi, hopefully another easy question, I can't find anything in the
documentation.
I want to create a new page in a velocity macro. I know how to create a
new object, with something like:
#set($object = $doc.newObject("My.Class"))
#set($discard = $doc.save())
But how do I do the same thing for a new page?
Hi all,
I'm proud to announce that after a few weeks of hectic downtime I finally
got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to edit
wiki tables as if they were spreadsheets using the jquery.sheet in-browser
spreadsheet editor.
Internally XWiki.TableEdit is an exiting foray into a new frontier of modular
javascript, relying entirely on Asynchronous Modular Definition to load it's
component parts. ( https://github.com/amdjs/amdjs-api/wiki/AMD )
XWiki.TableEdit is still in it's infancy, future plans include editing of
spreadsheets in attachments, conversion of the loading and saving APIs to the
simple REST-like JIO standard ( http://www.j-io.org/ ) so that others can more
easily develop similar editors, and porting the entire widget from painful
hand written javascript to simple HTML5 based on renderjs
( http://www.renderjs.org/ ) which can be installed in other frameworks.
More information about the extension:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+TableEdit
I'd love to hear your feedback, especially browsers where it doesn't work.
xwiki-contrib JIRA project coming soon..
Thanks,
Caleb
Hi
I want to get instantly the html content of Wysiwyg in javascript , I am
using it that way
....
<textarea id="content" name="content" width="100%" height="300px" >
....
Wysiwyg.onModuleLoad(function() {
editor = new WysiwygEditor({
hookId: 'content',
syntax: 'xwiki/2.0'
});
});
I could not get HTML content of editor instantly
Thanks
Dear Friends,
I am working on a xwiki deployment and one particular feature has me
stumped.
The Link Checker module. So I have activated it as per instructions, I am
using xwiki4.2.1. The tab for broken links shows up on the Index application
I have also added a page that shows the Link Checker Index. While the index
count shows 283, no links appear on the broken links tab.
Any help on this would be greatly appreciated.
Thanks,
Kohinoor
Hi,
I'm writing a macro as described on 'Writing XWiki Rendering Macros in wiki pages'
I've create a object of class WikiMacroClass
I fail to understand what is meant by the two attributes: Macro Content Type; No Content, Optional or Mandatory
and Content Description. This is what's in the manual:
• Macro content type: Whether this macro should support a body or not
• Content description: A short description about the macro's content to be displayed on the WYSIWYG editor
What is a body, can somebody give a example? Maybe good to extend the manual also with such a example?
thxs
Gerritjan
Good Morning All,
I have a question about search and blacklisted space, I need the Allusers
group to be able to search a specific blacklisted space (if this isn't
possible I guess allowing the user to search all blacklisted spaces is a
necessary evil). When a user uses the top right dynamic search this seems to
search the entire wiki including blacklisted pages but as soon as you search
using the LuceneSearch page it won't search the blacklisted spaces.
Is there a way to change this?
I hope I am clear enough in explaining this
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Searching-blacklisted-Spaces-tp7583246.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I would like to install the extension "Other Hierarchical Navigation Panel".
But how do i create the macro and how active i it?
I am completely new with Xwiki.
Thank you for any help
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/need-help-with-Extd-Other-Hierarchical-Na…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'd like to include <video> tags in my pages, but at the moment the
rendering engine seems to be scrubbing them out. I can understand how
this is a Good Thing, HTML5 doesn't technically exist yet and random
tags should be scrubbed out of my stuff. But is there some way to
configure xwiki to make this one teeny tiny exception for me?
Hi,
I am interested in trying out xwiki concerto but I am unable to download the
installer jar from its website at
http://concerto.xwiki.org/xwiki/bin/view/Main/DownloadAndInstall.
Does anybody know what is the current state of the xwiki concerto project?
I understand that xwiki concerto was a research project that ran until
sometime in 2008 and I am interested in knowing what progress there's been
on it since then (if any). i.e. does the main xwiki project now maybe
include support for replication of xwiki content in a distributed
environment?
Any insight on this would be much appreciated!
Regards,
PM.