Displaying 1 result from an estimated 1 matches for "fcarray".
Did you mean:
carray
2008 May 19
0
up/down/delete functions for list items, problem with bound parameters
...lement so that clicking on the up
button for one element causes a different element to move. Here is my
stripped down code for your viewing pleasure.
// FEATUREDCONTENT OBJECT
featuredcontent = Class.create({
initialize: function(name) {
this.name = name;
this.place = -1;
this.FCArray = new Array(0);
},
addElement: function(id,headline) {
upf = (function (pos) {
// Create div -> link -> img
upLink.observe(''click'',this.upArticle.bindAsEventListener(this,pos));
return upLink;...