extjs version: 3.0
i use the htmleditor as:
{
id:'tplcontent'
, xtype: 'htmleditor'
, name: 'tplcontent'
, fieldLabel: 'test'
, anchor:'90% 60%'
, value: '<html>\n <head>\ n <title></title>\n <style type="text/css">\n </style>\n </head>\n <body>\n </body>\n</html>'
}
when, i edit it in "source edit" :
then, i switch "source edit" to "WYSIWYG":
finally, i go "source edit"....:
where my html tags??