3.2.0

Sidebar.htm doesn't work in 2.5.3

Tried running the sidebar.htm example under 2.5.3 but it doesn't work but works fine under 2.0.1.

Can you tell me how to get it to work with the latest version?

Thanks.
electrofun
December 11,
Alex once commented on Content Template renaming, so I just try with that:
http://www.activewidgets.com/javascript.forum.23498.7/ff3-and-aw-2-0.html

In sidebar.js I replaced this line (17):
obj.getContentTemplate().mapTemplate("item", function(i){
with:
obj.getViewTemplate().mapTemplate("item", function(i){

And this: (60)
return this.getContentTemplate();
with:
return this.getViewTemplate();

But not sure if it needs any other "small" adjusts.
HTH


Carlos
December 11,

This topic is archived.

See also:


Back to support forum