I decided to clean some javascripts, including tinymce leftovers... it was commented... still ... :S
instead of changing the var to Editor1, changed Editor id to my var:
<CE:Editor id="texto" EncodeHiddenValue="false" runat="server" Text='<%# artigos.FieldValue("texto", Container) %>' />
It woks sweet... at least in my local sever...
Still haven't tested it online...
Online I'm having some nasty problems with permissions and upload file/image... even changing right click permissions for internet users.
For permissions problems I'll make another post to make it easier for other users to find.... :)
Thanks