Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

TagField Module: Improvements


Go to End


4 Posts   3024 Views

Avatar
Ingo

Forum Moderator, 801 Posts

12 September 2009 at 1:06pm

Hey there,

thanks very much for your work on the module! I've reflected some of these changes in
http://open.silverstripe.com/changeset/86151
http://open.silverstripe.com/changeset/86152

In general, your work will be much more "noticeable" if you post this stuff to our bugtracker, as documented on http://silverstripe.org/tag-field-module. Also, it is hard to determine the actual code changes if you submit the full module files, please use a patch format instead (see http://doc.silverstripe.com/doku.php?id=submitting-patches). Also, I've added unit tests for the deletion feature you added - have a look through them, we appreciate tests being submitted with patches.

Thanks again!
Ingo

Avatar
OnebyOne

Community Member, 54 Posts

14 November 2009 at 1:55am

Hi

I looked at the docs of tag field.

I have SS2.3.3, data object manager Article Page & Holder code Article Page & Holder SS where i suppose to insert the cod because in the docs isn't specified !

THX

Avatar
DsX

Community Member, 178 Posts

11 January 2011 at 5:02pm

How do I set the Separator for tagfield?

Avatar
kindleman.com.au

Community Member, 70 Posts

3 November 2011 at 6:20pm

like this:

$tagField = new TagField("Tags", _t("EventEntry.TS", "Tags (comma sep.)"));
$tagField->setSeparator(",");