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
});
},
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment