Wednesday, March 19, 2008

Programming woes...

Did more research...to try to get the functions I deemed as high priority working. May need to totally re-write function...not sure...

select : function()
{
this.element.addClass( 'Selected' );

// adjust for border
var pos = this.element.getPosition();
this.element.setStyles({
left : theLeft -1,
top : top - 1
});
},

No comments: