Hi,
I´m trying to use cuteeditor in a form that will display the editor only on the second step... And it is not working... does anybody know why?
<div step=1 runat=server>
</div>
<div step=2 runat=server visible=false>
<ce:editor></ce:editor>
</div>