Search

You searched for the word(s): postback
Showing page 40 of 85 (848 total posts) < 1 second(s)
  • Re: I need to add bold and italic buttons to the HtmlView toolbar

    afroblanco,   I am sorry for the wrong information.   In version 6.0, the code view buttons are no cloned from Normal mode.   Please just modify CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Full.config.    <codeviewToolbars>   <item type=''g_start'' />   <item ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 21, 2007
  • Re: Special Characters - copyright

    Adam,   Thanks for the response. I am trying to understand this issue, and honestly it feels like the behavor is a little buggy and defies a concise explination. I see there are others struggling to understand this special characters issue as well.   When I fire the postback code here (hit the save changes button), the special ...
    Posted to Cute Editor for .NET (Forum) by Roboto on October 31, 2006
  • Re: CuteEditor stealing focus?

    I have Cute Editor 5.2. Have many other controls on page and two CuteEditor on same page. I have seen that as i set focus it is set correctly (to other controls) on postback but after 0.5 sec (time needed to complete loading cuteeditors) it steals focus and set it to nowhere. I have tried to apply all solutions above but doesn't help.   Any ...
    Posted to Cute Editor for .NET (Forum) by milosc on May 16, 2006
  • Re: Change EditorWysiwygModeCss then looses event postback

    Finally solved this one.   I found that I have to change the EditorWysiwygModeCSS in the Editor.Init event (not the page.init as mentioned elsewhere in formum). If I change it here then the other events work as they should.
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 25, 2006
  • Re: Dynamic ImageBrowser directories

    Thanks, Adam, but that didn't quite get it.  That method works fine except that I need the folders to change without causing the parent page to do a postback.  That's why I had hopes that I could make the dialog page itself change to the selected directory, perhaps with a dropdown like below.  The example only shows how to make ...
    Posted to Cute Editor for .NET (Forum) by BruceWMorgan on April 10, 2009
  • Re: Change Toolbar's configuration in runtime.

    Thanks, very usefull... I was thinking to use the PostBack, but I have now another problem, because I created a user Control within the CuteControl... So can you help me, to capture the PostbackCommand event from the parent page??? I suppose that I should create a public Handler for that event in my control, so that I'll capture the event in ...
    Posted to Cute Editor for .NET (Forum) by oaicstef on March 18, 2009
  • Re: Browse button stop working suddenly!

    The version that I have is 2.0.20081118   Here is my code: <CuteWebUI:UploadAttachments runat=''server'' ManualStartUpload=''true'' ID=''Uploader1'' InsertText=''Browse Files (Max 1M)'' > <VALIDATEOPTION MaxSizeKB=''1024'' /> </CuteWebUI:UploadAttachments> <br /> <br /> <asp:Button ...
    Posted to Ajax Uploader (Forum) by cassini on December 5, 2008
  • Re: Process text after "Insert Templates"

    Hi Adam,   Thanks for your response. Basically, I am using the templates to generate the texts of letters and e-mails which are transmitted later. The template will say something like: ''Dear %name%''. After I load the template, I then process the text and substitute ''%name%'' for, say, ''Adam''.   I am currently achieving this by ...
    Posted to Cute Editor for .NET (Forum) by RedEye on August 14, 2007
  • Re: Text property does not work

    Hello   I managed to overcome the problem... i was putting my cuteEditor outside the form tag   now it works...   however i do have another question... i made a new toolbar button that is suppose to send the html to a database but i can't define commandName to trap it on postback here's my code:   ctrl = ...
    Posted to Cute Editor for .NET (Forum) by Madmicra on February 2, 2007
  • Re: Firefox div tag issue, CE is disabled with errors

    Thank you for the sample code. I thought you might suggest that solution with the example I gave. What I am actually try to do is show status text when the page is rendering (pre form onload) or on a postback from a dropdown or checkbox that tells the user the page is rendering, loading, refreshing, etc. Your solution will work for me ...
    Posted to Cute Editor for .NET (Forum) by jboduch on August 15, 2005
« First ... < Previous 38 39 40 41 42 Next > ... Last »