31 Jul
2012
31 Jul
'12
9:14 a.m.
On Tue, Jul 31, 2012 at 11:06 AM, Elena Roman <[email protected]> wrote:
Hi,
Inside a xwiki page there is inserted a INFO macro. How can I get the corresponding InfoMessageMacro object from the code(groovy) using API?
You can't. Thiis macro is a Java macro. See https://github.com/xwiki/xwiki-rendering/tree/master/xwiki-rendering-macros/.... For actual wiki macros you can go to XWiki.WikiMacros page to list all of them (or look at how this page is doing to find them).
Thanks.
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne