É um componente de entrada com recursos de edição.
$render = '';
$resposta = '';
dc.cw("TextEditor", "widget_editor1", {
id: "editor1"
, toolbarVisible: true
, height: 300
});
dc.cw("TextEditor", "widget_editor2", {
id: "editor2"
, toolbarVisible: true
, placeholder: "Insira o seu conteúdo"
, height: 300
});