Search

You searched for the word(s): use <p>
Showing page 304 of 864 (8,631 total posts) < 1 second(s)
  • Re: Question about CuteChat Standalone

    >>1) Is it possible to integrate the demo version of CuteChat StandAlone in an existing project? Yes. CuteChat was built with the idea of extensibility in mind. CuteChat implements what is commonly known as a ''Provider Model'' design pattern. This ''provider'' component exposes a standard interface to the service ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 26, 2005
  • Re: Error Message in DNN

    Unable to do that Adam, this is a corporate environment and the site is not available to the outside. What else do you require besides that?  Here is the entire webconfig for the editor....... <dotnetnuke>   <htmlEditor ...
    Posted to Cute Editor for .NET (Forum) by jhoelz on May 5, 2005
  • Re: Custom UserAdaptor - access to Session Variables

    Here is a workaround the missing Session problem:On the webpage before you like to automatic login to the chat, you need to add the nick to the HttpContext.Items collection. Because the context is ok, it is the context.Session, that is the problem. In your custom implementation of the UserAdapter, you need to check if the context.Session==null, if ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by temi on April 29, 2005
  • Re: Restricting editable regions for multiple domains, et al.

    Currently, I have the Open Source HTML Editor working in an asp page that uses a SQL server db to save and retrieve content with HTML tags.  I give each client their own link to the asp page that then gives a list of editble pages from within their own website.  This works okay, but the Open Source Editor is pretty basic and I don't ...
    Posted to Cute Editor for .NET (Forum) by dklauk on January 29, 2005
  • Re: Toobar buttons - missing border

    timross,   Yes, I checked that image. It's very strange.   Do you have the problem with CuteEditor example files?   Or do you use the following class in your style sheet?   .button {MARGIN: 1px; VERTICAL-ALIGN: middle; PADDING: 0px}.buttonover {BORDER: #0A246A 1px solid; BACKGROUND-COLOR: #B6BDD2; PADDING: 0px; ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 1, 2004
  • Re: Product upgrade

    Phil,   The folder ASP.NETv1.1 contains the CuteEditor filles for the ASP.NET framework 1.1. The folder ASP.NETv1.0 contains the CuteEditor filles for the ASP.NET framework 1.0.   Because Validate Request attribute is *only* present in ASP.NET v1.1.   It looks like your server is running on ASP.NET ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 28, 2004
  • Re: A potentially dangerous Request.Form value . . .

    To prevent some script-injection attacks , with request validation turned off, you need to HTML encode the content of other controls on the form.   HTML encoding will automatically replace any ‘<’ or ‘>’ (together with several other symbols) with their corresponding HTML encoded representation. For example, ‘<’ is replaced by ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 17, 2004
  • Re: Anchor Skip Tags

    Sorry to be a nuisance - do you know when the new version will be released?   I've had a look around as well, but I'm not sure where I download the latest version? Or do you e-mail details out to the e-mail address that originally purchased it?   Apologies for all the questions -- the more I use CuteEditor, the more I'm impressed! ...
    Posted to Cute Editor for ASP (Forum) by georgeb on May 7, 2004
  • Re: CuteEditor 2.0 and control events

    Chris, Sorry for the late response. Surprised to listen that, actually I've been investigating this issue since you post this message. We use the same method in our datagrid example: Populating the Editor from the dataset in the Page's Load event. Capturing a ''Save'' button click on the server. Updating the database. Loading the changed ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 19, 2003
  • Re: I am trying to use System.Web.HttpContext in CuteWebUI.UploaderProvider but session comes back null. How can I get session to not be null

    Hi,   Thanks for you advise.   I think we can add new mode for that condition and handle the request in another ASP.NET pipeline event which the Session is ready.   We will implement that today.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on February 13, 2009