Component - demo1. Component Dialog has a field with xtype="richtext", name="./text"JS file(demo.js)use(function(){var text = properties.get("text","");return{text:text}}); 3. component html file<div data-sly-use.demo="demo.js"> ${demo.text@context='html'}</div> Drag this component on one page. And ...