You are not logged in.
Pages: 1
How can i use a form inside the textarea. As I see there are two form plugins, i think this gotta be possible somehow?
when I write a form inside the textarea, the contents (naturally) at </textarea> or </form>. Is there a way to prevent this?
Offline
As per the HTML specification, the contents of a textarea (and thus, xinha area) are Parsed Character Data. All HTML tags are forbidden to occur in a textarea. You must ENTIZE (ie convert special characters to thier relevant entities (ampersand codes)) all data you place into a textarea, including HTML which will be edited with Xinha.
James Sleeman
Offline
Pages: 1