Yiibooster Html5Editorrow

Hi there!

I have a simple question. I’m using html5EditorRow in some forms of one of my apps and it works great. The problem is when I try to use it in a form which is rendered by a partial and this partial is called by an ajaxRequest. At this moment html5editorrow doesn’t work and just a simple textarea is rendered.

I have tried to call this renderPartial with processOutput flag set to true, but it doesn’t work neither.

Any clue?

I think html5EditorRow inject a iframe and so… and a bit missing, I don’t know how to solve it.

Thanks in advance

I would register the js files on the view that makes the ajax request…

After rendering will call the initialization scripts to convert the html5editor… thats what i normally do

Hi Antonio,

Thank you for your response. I’m not sure if I am understanding you. I use yiibooster 1.0.6 and the extension si preloaded so js files are registered in head section, aren’t they? What are exactly these initialization scripts?

Thanks again