Wrong code is wrong.

Milestone i before the end of the month?

Posted: May 29th, 2009 | Author: | Filed under: Milestone i | Tags: , | No Comments »

It’s not unlikely.

1
2
3
4
5
6
var artistNames = this._mediaListView.getDistinctValuesForProperty(SBProperties.artistName);
while (artistNames.hasMore()) {
var someArtistName = document.createElement('label');
someArtistName.setAttribute('value',artistNames.getNext());
var mediaViewBox = document.getElementById("artistcloud-media-page-box"); mediaViewBox.appendChild(someArtistName);
}


Leave a Reply