/**
* Some utility classes to provide grouping in the WiringEditor
* @module grouping-plugin
*/
/**
* Add methods to container :
*/
/*setOptions: function() {
this.getGrouper = this.options.getGrouper
};
onGroupButton: function(e, args) {
Event.stopEvent(e);
this.layer.grouper.toggle(this)
//TODO: link somehow to editor's group manager?
},
addedToGroup: function() {
if (YAHOO.lang.isValue(this.ddHandle))
this.ddHandle.style.backgroundColor = "green";
},
removedFromGroup: function() {
if (YAHOO.lang.isValue(this.ddHandle))
this.ddHandle.style.backgroundColor = "";
},*/
# |
Change |
User |
Description |
Committed |
|
#1
|
16445 |
christiane_renck |
Rename/move file(s) |
|
|
//guest/christiane_renck/MergeQuestJS/main/demos/WireIt/plugins/grouping/js/Container.js.temp |
#1
|
16444 |
christiane_renck |
Adding MergeQuestJS to the Workshop. |
|
|