Thanks for your input but I am still confused and the confusion comes from
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
No matter what I select (checkbox display or select display), I do not see the Tags listed
like in the image of "Document Information" on this page.
So either this page is wrong or I have something wrong. It would be useful to know
which...
From this page I see:
"To setup the Checkbox display, you need to select "checkbox" on the
TagClass page. Once this is done, users will be able to assign a tag to a given page by
ticking the relevant box."
This is what I want users to be able do, to "assign a tag to a given page by ticking
the relevant box".
I really like XWiki but I think this is one of the major problems is that the
documentation does not match what actually is.
Again, thank you for your response and hopefully you will have more info on the above.
Brett
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Marius Dumitru
Florea
Sent: Thursday, May 03, 2012 2:53 AM
To: XWiki Users
Subject: Re: [xwiki-users] Problem getting structured tags working wiht Xwiki 3.5
On Wed, May 2, 2012 at 8:17 PM, Bergquist, Brett <BBergquist(a)canoga.com> wrote:
I have edited the XWiki Tag Class
http://<server>/xwiki/bin/view/XWiki/TagClass<http://%3cserver%3e/xwik
i/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+Loc…
) that is notified when a document is saved and filters the tags.
Hope this helps,
Marius
Brett
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users