Skip to content

Commit

Permalink
Group management still to be worked on (ie collpase a group then
Browse files Browse the repository at this point in the history
expand it again isn't tracked properly) but fully nestable groups done
(i think)
  • Loading branch information
James committed Aug 24, 2009
1 parent 9e2230a commit 9374fc4
Show file tree
Hide file tree
Showing 8 changed files with 1,599 additions and 223 deletions.
4 changes: 2 additions & 2 deletions examples/WiringEditor/embedded.html
Expand Up @@ -134,8 +134,8 @@

// Open the infos panel
editor.accordionView.openPanel(2);
alert("hi")
editor.toolbar.add({label : "Bob", id: "WireIt-Bob", events : [ {name : "click", callback: function() { editor.layer.grouper.collapse(); } } ] })

editor.toolbar.add({label : "Bob", id: "WireIt-Bob", events : [ {name : "click", callback: function() { editor.layer.grouper.makeGroup(); } } ] })
/*
var util = YAHOO.util,lang = YAHOO.lang;
var Event = util.Event, Dom = util.Dom, Connect = util.Connect,JSON = lang.JSON,widget = YAHOO.widget;
Expand Down
4 changes: 2 additions & 2 deletions examples/WiringEditor/embedded.js
Expand Up @@ -119,7 +119,7 @@ var embeddedLanguage = {
},

init: function() {
alert("FAKE adapter init")

},

saveWiring: function(val, callbacks) {
Expand All @@ -131,7 +131,7 @@ var embeddedLanguage = {
},

listWirings: function(val, callbacks) {
alert("adapter list")

}

},
Expand Down

0 comments on commit 9374fc4

Please sign in to comment.