search for: unpublish_f2

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

2006 Feb 20
0
element.remove when element being dragged
...=============================== oFolder = Class.create(); oFolder.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...