Source Code: var mc_body_pagePickerprop_topLinks_nl-LI = new Umbraco.Controls.TreePicker('body_pagePickerprop_topLinks_nl-LI','Choose Content','body_pagePickerprop_topLinks_nl-LI_ContentIdValue','body_pagePickerprop_topLinks_nl-LI_title','/umbraco/dialogs/treepicker.aspx?rnd=83ceca2008484045b1a481bc5a5ca3f3&id=-1&treeType=content&contextMenu=true&isDialog=false&app=content',300,400,true,'/umbraco');
topLinks is a Related links property. There's another property that causes the problem, and that one is a Media picker. On the doc type there are two more properties like that, but those don't cause any problems, one is a Textstring (inherited from the parent doc type) and a Multi node tree picker from uComponents. These two don't appear in that javascript block. I don't know what that js does, but I know that the - sign cannot be part of var names.
umbraco version is 4.7.0 (Assembly version: 1.0.4119.19932)
missing ; before statement javascript error
Hi,
I have a 1:1 multilanguage website, and created some properties on a doc type like so:
propertyName - for main language
propertyName_xx-XX - for another language
Clicking the content node triggers the error missing ; before statement and no tab works. The js line is:
topLinks is a Related links property. There's another property that causes the problem, and that one is a Media picker. On the doc type there are two more properties like that, but those don't cause any problems, one is a Textstring (inherited from the parent doc type) and a Multi node tree picker from uComponents. These two don't appear in that javascript block. I don't know what that js does, but I know that the - sign cannot be part of var names.
umbraco version is 4.7.0 (Assembly version: 1.0.4119.19932)
Hi,
Better report this bug on Codeplex as it's not exactly a our forum bug?
TIA,
/Dirk
is working on a reply...