Login Register

dijit.Editor - any real world examples?

I am new to the dojo toolkit and am having some problems.

Is there any real-world examples of the dijit.Editor. Most of the examples I see basically do nothing on the back-end with the data. What I am trying to do is have a create a textarea for entry using a dijit.Editor then when the submit button is pressed then submit the form back to the same page(no action defined in the html form) so a postback.

I have looked into the dojo.xhrPost but having no luck as I can't seem to get the value from the editor.

Also why cannot I not just get the value of the textarea by using its name such as $_REQUEST['myEditor']

FYI - I am using PHP.

Thanks, Dirk

Editor is not a form widget... yet

I believe you have to manually grab the data using getValue() and submit it to the server.