Skip to content

Commit

Permalink
having simple interface up and a TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
nka11 committed Feb 25, 2011
1 parent 9997e04 commit cb8429c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Logging
- RangeTree
- Active editable
1 change: 1 addition & 0 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jQuery.extend(true,DebuggerPlugin,{
init: function() {
var that = this;
jQuery('body').append('<div id="NKA_debugger"></div>');
jQuery('#NKA_debugger').dialog({'title': 'Aloha debugger window'});
GENTICS.Aloha.EventRegistry.subscribe(GENTICS.Aloha, 'selectionChanged', function(event, rangeObject) {
jQuery('#NKA_debugger').empty().append(that.renderRangeTree(rangeObject.getRangeTree()));
});
Expand Down

0 comments on commit cb8429c

Please sign in to comment.