dataflow icon indicating copy to clipboard operation
dataflow copied to clipboard

Pattern for registering new input types for node inspector card

Open d4tocchini opened this issue 12 years ago • 1 comments

Right now the template for the node inspector is ad-hoc assembled with strings in input-view.js. We need a way to register new input-types. Web components would be ideal as the template rendering would be just a single tag for each input...

d4tocchini avatar Sep 25 '13 00:09 d4tocchini

One option would be to go with https://github.com/powmedia/backbone-forms#readme

bergie avatar Sep 25 '13 09:09 bergie