Can you please post a working example of getting access to the actual editor field? I'd like to set a schema on it. I can't see how it is exposed, nor events being fired when it is initialised.
Many thanks for the lib. Good work.
Edit: modes='["code", "form", "text", "tree", "view"]' is the new syntax in Polymer. The examples use: modes="['code', 'form', 'text', 'tree', 'view']".
Can you please post a working example of getting access to the actual
editorfield? I'd like to set a schema on it. I can't see how it is exposed, nor events being fired when it is initialised.Many thanks for the lib. Good work.
Edit: m
odes='["code", "form", "text", "tree", "view"]' is the new syntax in Polymer. The examples use:modes="['code', 'form', 'text', 'tree', 'view']".