TreeDropdownField makes the page blank. The version i m using is 3.0 When i open the treedropdownfield which contains the list of all local pages and then resize the window the page goes all blank. I dont know whether its SS bug or some bug which came coz of my work.
Console has this error - TypeError: $(...).attr(...) is undefined
[Break On This Error]
...redraw:function(){if(window.debug)console.log('redraw',this.attr('class'),this.g..
leftandmain.js
I have added the field in the following manner -
public static $has_one = array(
'PGFirstThumburl' => 'SiteTree',
)
$PGFirstThumbImageURL = new TreeDropdownField("PGFirstThumburlID", "URL for image one", "SiteTree");
If there is anything plz help me...