this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU |
<div style="height: 600px; overflow-y: scroll; overflow-x:hidden;" class='col-md-12 sol-sm-12' contenteditable='true' id='user_notes_for_video' name='user_notes_for_video'></div>
can you help? this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SUBMITTED AS post REQUEST... NORMALLY FOR TEXT AREA I HAD IN THE CONTROLLER - Now what must be done ? 'user_notes_for_video' => $this->input->post('user_notes_for_video') Also in HTML5 - how limit in this writable DIV the characters and html data pictures etc to 1200 chars??? |
Messages In This Thread |
this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 07:07 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by qury - 06-26-2018, 07:24 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 08:41 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 08:45 AM
|