Reduced to simplest terms, hopefully without omitting necessary details. Since what I'm looking for is more a brief guide than troubleshooting, I'm not sure it matters.
I've got a component. This component outputs a form. The form works fine. Well, everything except the editorArea, that is. It never gets posted. print_r()s on $_GET and $_POST fail to show a trace of anything I type into it.
WHAT I HAVE:
- A submitbutton() JS override with a PHP getEditorContents(x,y) in it. x is "editor1", y is "description".
- A call to editorArea(x,_,y,...) in the form.
WHAT I'M MISSING:
Everything but the editorArea posts fine. Can anyone please perhaps provide me with some quick guidelines on all the requirements to getting one of these things to work right? (Images not withstanding. Not worth the effort, unnecessary for my application.)
Thanks in advance.