5098 Posts in 1518 Topics by 1115 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 179 Views |
-
TreeDropdownField remove link

18 December 2012 at 12:34am
hi,
i have a optional TreeDropdownField. how can i remove the link after setting? -
Re: TreeDropdownField remove link

8 January 2013 at 5:49pm
If this is SS3 you can call the create the field using teh ORM pattern as opposed to the old new TreeDropdownFIeld and then just chain on setEmptyString
so instead of something like
$fields->addFieldToTab("Root.Main", new TreeDropdownField("RelationID","Title","SiteTree"));
you could do$fields->addFieldToTab("Root.Main", TreeDropdownField::create("RelationID","Title","SiteTree")->setEmptyString('(Select page)'));
-
Re: TreeDropdownField remove link

12 January 2013 at 5:46am
Hi. I'm looking also for an solution for that issue.
Your solution won't work because TreeDropdownField has no method setEmptyString() because its not a child of DropdownField.
In the forum I came across something like this http://www.silverstripe.org/form-questions/show/5733?start=16, but this wraps the whole tree inside the reset link. Works, but is not very nice.
Isn't there any easy solution? I wonder that this isn't build in by default
Cheers, Mario
| 179 Views | ||
|
Page:
1
|
Go to Top |



