Search

You searched for the word(s):
< 1 second(s)
  • Re: Cute Editor and Dreamweaver CS3

    &nbsp; I decided to clean some javascripts, including tinymce leftovers... it was commented... still ... :S &nbsp; instead of changing the var to Editor1, changed Editor id to my var: &nbsp; &lt;CE:Editor id=''texto'' EncodeHiddenValue=''false'' runat=''server'' Text='&lt;%# artigos.FieldValue(''texto'', Container) %&gt;' /&gt; &nbsp; It ...
    Posted to Cute Editor for .NET (Forum) by madret on March 16, 2009
  • Re: Cute Editor and Dreamweaver CS3

    That is just for the strange characters right? the rest just doesnt work.... &nbsp; Can you show me an example of cuteeditor sending values to a sql db through a form with&nbsp;.net&nbsp;VB ? &nbsp; Maybe I can adjust it&nbsp;to dreamweaver....
    Posted to Cute Editor for .NET (Forum) by madret on March 16, 2009
  • Re: Cute Editor and Dreamweaver CS3

    I tried : &lt;CE:Editor ID=''texto'' runat=''server'' Text='&lt;%# artigos.FieldValue(''texto'', Container) %&gt;' /&gt; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Can you try get the content using Request.Form(''texto'')?'' &nbsp; I get a lot of stange characters in the textarea of cute editor from previous ...
    Posted to Cute Editor for .NET (Forum) by madret on March 16, 2009
  • Re: Cute Editor and Dreamweaver CS3

    It doesn't work, because (I think) dreamweaver is looking for a form element.... &nbsp; ''Request.Form(''texto'')'' , it doesnt even recognizes the value ''texto'' in server behaviors - You had a post for Dreamweaver MX, http://cutesoft.net/forums/post/28859.aspx but I can&#180;t make it to work for cs3 and .net either.
    Posted to Cute Editor for .NET (Forum) by madret on March 16, 2009
  • Cute Editor and Dreamweaver CS3

    I&#180;m using Dreamweaver cs3 and .net cute editor,&nbsp;I cant get&nbsp;server behaviors to work for updating my db? How do i use cute editor in a form to pass the values to the db&nbsp;with dreamweaver? I had this: &lt;asp:textbox id=''texto'' text='&lt;%# artigos.FieldValue(''texto'', Container) %&gt;' TextMode=''Multiline'' Columns=''45'' ...
    Posted to Cute Editor for .NET (Forum) by madret on March 16, 2009