Search

You searched for the word(s):
Showing page 2 of 7 (61 total posts) < 1 second(s)
  • HowTo: Get ceToolbar Custom Object Values

    Hi. I´ve inserted a TextBox in the CE Toolbar in order to create a MailForm. [ I want the msg field and the tbxEmail fields in one single object, eg: CuteEditor ] according to the following pic:  Now when I press the Save btn I need to get the value in the tbxEmail field, but how? I´m trying: private void ce1_PostBackCommand(object sender, ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • Re: v4.0 Quick OverView

    Well, after 2 days testing ce v4.0 all I can say is that it´s much better than older versions. Particularly, the way it´s organized and how we can set configurations now. Pay special attention to the common.config file and config files in the AutoConfigure folder.
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • Suggestion for this Forum

    It would be nice to have separated forum topics for different versions of the Cute Editor, since its functionality and file organization are quite different. Eg. : CuteEditor for .NET v3.0 and CuteEditor for .NET v4.0 forum topics as forum products items.
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • Re: How does the StyleDropDown work? (attaching styles to it)

    &nbsp;enderwiggen wrote: ... I wonder if I'm using a different version to many of the references in this forum?? ...Please specify the version you are using, because ce v3.0 and ce v4.0 are different in the way you deal with the style ddl.
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • Re: [ce v4.0] Strange behaviour when pasting code

    One more thing: changing from Normal,Html and Preview modes increases this problem!
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • [ce v4.0] Strange behaviour when pasting code

    When I paste code, eg Csharp code here in this textarea, it gets duplicated!   =================================================================================== privatevoid ce1_PostBackCommand(object sender, System.Web.UI.WebControls.CommandEventArgs e) {     // Save  this.ce1.Text here???} } } } } } {     // Save  this.ce1.Text ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • Re: How does the StyleDropDown work? (attaching styles to it)

    [ce v3.0] Hi, I´m using the StyleDdl as: DropDownList sddl = new DropDownList(); sddl .Items.Add( new ListItem( ''Border Solid Black'',''ceBorderSolidBlack'' ) ); ... more items here ... this.ce1.StyleDropDown = sddl ; Then in my webpage I need the associated class as: .ceBorderSolidBlack{ border: black1pxsolid; }
    Posted to Cute Editor for .NET (Forum) by KenA on November 25, 2004
  • [ce v4.0] - HowTo Save Absolute Urls

    When saving the content in CE I need to have absolute urls, ex:  &lt;img src='http://www.site.com/image1.gif'&gt;, instead of : &lt;img src='./image1.gif'&gt; I played with the: this.ce1.UseRelativeLinks = true/false; But didn´t solve the issue?
    Posted to Cute Editor for .NET (Forum) by KenA on November 24, 2004
  • Re: [ce v4.0] HowTo run it in Asp.Net v2.0?

    That´s a bit frustrating, since one of the reasons I´d ordered CE v4.0 is because I was told that it´s ready for Asp.Net 2.0 [see last thread at http://www.cutesoft.net/forums/ShowPost.aspx?PostID=2523 ]
    Posted to Cute Editor for .NET (Forum) by KenA on November 24, 2004
  • [ce v4.0] - Customizing the Toolbar Style Ddl

    I added my custom style class in the Template.aspx, but when I run CE it doesn´t show the added style.My guess is that I need to set something like: ce1.IncludeNewStyleInDdlStyle = ''ceMainText''; ???
    Posted to Cute Editor for .NET (Forum) by KenA on November 24, 2004
< Previous 1 2 3 4 5 Next > ... Last »