Search

You searched for the word(s):
< 1 second(s)
  • Re: Store State of the Editor in the Session

    Ok, I knew that, but that wasn't my question. &nbsp; I want store in the session if fullpage is true or false. Because after Save I reload my page. And when the editor was in fullpage, it isn't in fullpage after reload. So I want to set it in OnLoad!
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on September 22, 2005
  • Store State of the Editor in the Session

    Before my Page is reloaded I want to store if the Editor is in Fullscreen Mode.So I need an event on the ''F12''-Key, where I store it:e.g. if Editor1.FullPage = True then&nbsp;&nbsp;session(''editor1_fullpage'') = ''True''&nbsp;else&nbsp;&nbsp;session(''editor1_fullpage'') = ''''&nbsp;end if &nbsp; And in the Onload I set it. &nbsp; I tried ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on September 21, 2005
  • Re: save relative path after insert image

    Adam, &nbsp; I did that:&nbsp;&nbsp; &lt;ce:editor id=''Editor2'' DisableAutoFormatting=''true'' RemoveServerNamesFromUrl=''true'' UseRelativeLinks=''true'' runat=''server'' activetab=''View'' filespath=''./CuteEditor''&gt;&lt;/ce:editor&gt; &nbsp;And now I've got:&lt;img height=''600'' ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 19, 2005
  • save relative path after insert image

    For that I use in the html definition: &nbsp; RemoveServerNamesFromUrl=''true'' UseRelativeLinks=''true'' &nbsp; But when I insert an image and switch to Html, the full path is shown: &nbsp; src=''/PromolPM/uploads/ObjektLang_20277_1_Spezifik/Wasserlilien.jpg'' &nbsp; I'd like to have:&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 18, 2005
  • Re: Postback on any button in the toolbar

    When I do that: &nbsp; &lt;item type=''image'' postback=''True'' name=''ImageGalleryByBrowsing'' imagename=''image'' /&gt;&nbsp;&nbsp;&lt;item type=''image'' postback=''True'' name=''InsertImage'' imagename=''eximage'' /&gt; &nbsp; the dialog for inserting the image is not opened anymore.
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 18, 2005
  • Postback on any button in the toolbar

    If I press the button ''insert Image'' or ''Insert anything'' in the toolbar I want to create a folder on my server. &nbsp; But on those buttons is no postback, so I cannot do like&nbsp;I do with the ''Save''-Button: &nbsp; Private Sub Editor2_PostBackCommand(ByVal Sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 17, 2005
  • Re: change upload-path dynamically

    thanks, that works! &nbsp; Now a further question to this issue. If I press ''insert Image'' or ''Insert xxx'' I want to create the folder. &nbsp; But on those buttons is no postback, so I cannot do like&nbsp;I do with the ''Save''-Button: &nbsp; Private Sub Editor2_PostBackCommand(ByVal Sender As Object, ByVal e As ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 9, 2005
  • change upload-path dynamically

    Is there a possibility to change the upload-path dynamically? &nbsp; I would like to have for each recordset in my table one directory to upload. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on August 8, 2005
  • Firefox Problem when editor embedded in Infragistics UltraWebTab

    In my app I ebedded the editor in an Infragistics Ultrawebtab. In Internetexplorer it works, but in Firefox I cannot edit any text.The same problem I had when I used a DHTML-Tab instead of Infragstics.
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on June 13, 2005
  • Editor Evaluation (Firefox vs. InternetExplorer)

    I created a simple Webform with- Label- Button- Cute Editor.&#160;When I press on the Button, the Label is filled with datetime.now&#160;The Behavior in Internetexplorer and Firefox is differnt.The IE is flickering - so that looks horrable, the Firefox does better - no flickering.&#160;Is there anybody having same problems or having any idea how ...
    Posted to Cute Editor for .NET (Forum) by Daniel Krebs on April 21, 2005