renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Use goog.ui.Component to construct dom rather than .inject #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
.inject and various widget-like modules like ContextMenu have similarity to 
goog.ui.Component (createDom, e.g.), but behave differently (aren't constructed 
as objects, added to the component tree, etc).

Doing this will get closer to being able to reuse parts of Blockly or have 
multiple Blockly instances in the same document (without needing to iframe).

Original issue reported on code.google.com by s...@google.com on 15 Jan 2013 at 4:56

GoogleCodeExporter commented 8 years ago

Original comment by s...@google.com on 15 Jan 2013 at 4:56

GoogleCodeExporter commented 8 years ago
This refactoring has been moved to the experimental branch.  It is no longer 
blocking trunk.

Original comment by neil.fra...@gmail.com on 11 Mar 2013 at 11:06