Hi,
I upgraded to the 1.5 version
Now I have the issue that the custom list example is not working anymore.
You mentioned in the release notes that the height attribute has to be set for custom lists, but I do not know how to handle that.
Before upgrading following codes worked fine:
//calc new height
var listHt = 44 * (+intPollsCount +1) + 35;
//update list panel height & scroller
//$(‘#m1-Master_Meetings-‘).height(listHt);
//$(‘#m1-Master_Meetings-‘)[0].myScroll.refresh();
After the upgrade I get the error that $(‘#m1-Master_Meetings-‘)[0] is not an object.
I think it would be helpfull to update the example in the How-To area as well
I need help – Thanks
Christopher