On Wed, May 2, 2012 at 8:17 PM, Bergquist, Brett <[email protected]> wrote:
I have edited the XWiki Tag Class
http://<server>/xwiki/bin/view/XWiki/TagClass<http://%3cserver%3e/xwiki/bin/view/XWiki/TagClass>
and set the Tags property. The name is "tags and I have edited the Values to be the list of tags I want. However on a page, I do not see the list of tags when I click on the Tags(+). Is this only effective for a newly created page or should the tags appear on the existing pages?
Any help or thoughts will be appreciated.
If you also change the "Display Type" to "select" and put this code in a page with tags: {{velocity}} $doc.display('tags') {{/velocity}} and then edit this page in "Inline form" edit mode (?editor=inline) you'll see the list of tags you have set in XWiki.TagClass But the tag UI, i.e. what you get when clicking on Tags(+), doesn't take into account neither the "Display Type" nor the "Values" meta properties of "tags". So you either modify the tag UI or write a custom one, or you can write an event listener ( http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Loca... ) that is notified when a document is saved and filters the tags. Hope this helps, Marius
Brett _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users