How do I get the contents from dijit/Editor?
问题 I want to use dijit/Editor to allow users to enter formatted text on a form. The documentation is here. I set up a div on my form and added attributes for the HTML Editor. <label for="eed-event-description" class="required">Event Description</label><br /> <div id="eed-event-description" data-dojo-type="dijit/Editor" height="120px" title="required: brief description of what someone attending can expect at the event" required> <p></p> </div> This results in a lot of new code, including an