<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'Site Builders'</title>
		<link>http://www.silverstripe.com/site-builders-forum/</link>
		

		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=220379</link>
			<description>TreeSelectorField.js dynamically adds fieldName=foo to the javascriptcall (line 39). However, in a complextablefieldpopup the querystring already has a fieldname=idofcomplextablefield... Perhaps that has something to do with it?&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Tue, 04 Nov 2008 02:25:46 +1300</pubDate>
			<author>Kevin de Harde</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=220379</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=215623</link>
			<description>Hi,&lt;br /&gt;&lt;br /&gt;i've got the same Problem too. Is there any other way to implement a field, wich holds a page id for a link?&lt;br /&gt;&lt;br /&gt;thanks alot&lt;br /&gt;&lt;br /&gt;webair&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Mon, 27 Oct 2008 00:11:19 +1300</pubDate>
			<author>Christopher Weber</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=215623</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=74117</link>
			<description>i have the same problem, the ticket has now been open for 4 month... &lt;br /&gt;ist there a workaround how to get a link choose in the popup?&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Fri, 16 May 2008 20:45:00 +1200</pubDate>
			<author>Matthias Schelling</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=74117</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=24199</link>
			<description>Great! Thanks!&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Wed, 09 Jan 2008 11:58:07 +1300</pubDate>
			<author>Oscar Kneib</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=24199</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=24167</link>
			<description>that helps a lot, thanks! i don't have time to debug this now (its pretty much a border-case), but created a ticket: http://open.silverstripe.com/ticket/2106&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Wed, 09 Jan 2008 09:22:57 +1300</pubDate>
			<author>Ingo Schommer</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=24167</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=21150</link>
			<description>Okay, installed the script debugger. The messages I get are then:&lt;br /&gt;&lt;br /&gt;First click on '(Choose)': row 496 'null' is empty or not an object (see line496.jpg)&lt;br /&gt;&lt;br /&gt;Second click on '(Choose)': row 1803 Type does not match (I hope good translated from dutch) (see line1803.jpg)&lt;br /&gt;&lt;br /&gt;I hope you can use this information, I'm not very familiar with script debugging but otherwise I can give you the url of my development site. (and the admin/passwd)&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Wed, 09 Jan 2008 00:01:27 +1300</pubDate>
			<author>Oscar Kneib</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=21150</guid>
		</item>
		
		<item>
			<title>Re: TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=20389</link>
			<description>this is a pretty complex piece of code, we can't get much mileage out of the provided error-message. can you please install the IE script debugger (http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx) and post the specific error you're getting?&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Sat, 05 Jan 2008 22:08:07 +1300</pubDate>
			<author>Ingo Schommer</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229?showPost=20389</guid>
		</item>
		
		<item>
			<title>TreeDropdownField in Popup</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/20229</link>
			<description>Hi, &lt;br /&gt;I want on a complextablefield a TreeDropdownField ( used it when it was a page ) but it's gives a Javascript error when loading the tree.&lt;br /&gt;&lt;br /&gt;Should this work or is it a bug?&lt;br /&gt;&lt;br /&gt;[code]&lt;br /&gt;	function getCMSFields_forPopup() {&lt;br /&gt;      $fields = new FieldSet();&lt;br /&gt;      $fields-&amp;gt;push( new TextField( 'Label' ) );&lt;br /&gt;      $fields-&amp;gt;push( new DropdownField( 'Style', 'Banner style', array('mooi' =&amp;gt; 'mooi', 'lelijk' =&amp;gt; 'lelijk' ) ) );&lt;br /&gt;//      $fields-&amp;gt;push( new TextField( 'Link' ) );&lt;br /&gt;      $fields-&amp;gt;push( new TreeDropdownField('Link','Link','SiteTree') );&lt;br /&gt;      &lt;br /&gt;      return $fields;&lt;br /&gt;	}&lt;br /&gt;[/code]&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: TreeDropdownField in Popup</description>
			<pubDate>Sat, 05 Jan 2008 03:43:31 +1300</pubDate>
			<author>Oscar Kneib</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/20229</guid>
		</item>
		

	</channel>
</rss>
