how can we disable this "TinyMCE automatically disabled the text box"
TS 6.7.2 - TinyMCE 3.1.2
http://localhost/iw/tinymce/examples/full.htmlclick on HTML icon and input the following (IE)
< form>
First name: < input type="text" name="firstname" />< br />
Last name: < input type="text" name="lastname" />
< /form>
after updated button, it will change to
< form enctype="application/x-www-form-urlencoded">
First name: < input checked="0" disabled="true" name="firstname" readonly="true" type="text" />< br />
Last name: < input checked="0" disabled="true" name="lastname" readonly="true" type="text" />
< /form>