1 | new inputEx.widget.JsonTreeInspector('container1', {inputEx: inputEx, YAHOO: YAHOO, Global: window}); |
view plain | print | ? |
1 | var obj = { |
2 | content: "<div><b>yeah</b></div>" |
3 | }; |
4 | new inputEx.widget.JsonTreeInspector('container2', {htmlContent: obj}); |
view plain | print | ? |