search for: divclass

Displaying 1 result from an estimated 1 matches for "divclass".

Did you mean: devclass
2006 Feb 20
0
element.remove when element being dragged
...Folder.prototype = { initialize: function(folder){ this.folder = folder; // the name of the element to create var options = Object.extend({ image: "administrator/images/unpublish_f2.png", alt: this.folder, divClass: ''folder'', elToAttachTo: ''myFolders'', siteRoot: '''', userid: 0 }, arguments[1] || {}); this.options = options; this.folderDiv = this.createHTML();...