Search

You searched for the word(s): class
Showing page 6 of 90 (893 total posts) < 1 second(s)
  • Re: Want to use SqlFileStorage Class

    I am having this same problem with the SQLFileStorage. If I don't use the default root ''/'' directory you can't navigate up from lower directories. For example. If I set the root to ''Editor1.SetSecurityGalleryPath(''/test'')'' and then navigate to a directory below this in the InsertImage Dialog, such as ''/test/myimages''/ it works fine. ...
    Posted to Cute Editor for .NET (Forum) by bellwa on February 10, 2008
  • EditorWysiwygModeCss and Css Class dropdown not displaying in editor correctly

    Hello   I have set up a stylesheet and am pointint to it with EditorWusuwygModeCss. I see the body background colour change so I know it has found the CSS. I have AutoParseClasses turned off and only one class defined in Common.config, the class name is PageHeader and in the stylesheet looks like ...
    Posted to Cute Editor for .NET (Forum) by lofwyre on August 15, 2007
  • Re: CuteEditor modifies pasted html code ?!

     Adam wrote: Can you paste your new HTML code? <table height=''100%'' cellSpacing=''0'' cellPadding=''0'' width=''100%'' bgColor=''#efefef'' border=''0'' valign=''center'' ID=''Table1''> <tr> <td vAlign=''bottom'' align=''center'' bgColor=''#efefef'' height=''55%''> <table height=''163'' ...
    Posted to Cute Editor for .NET (Forum) by sebnunes on March 7, 2005
  • Tab content is not correct anymore

    Hi, We have problem with tab content.   Steps to reproduce: 1. Copy the following html code to ''HTML'' ...
    Posted to Cute Editor for .NET (Forum) by KokFoo on February 16, 2011
  • Re: How to instantiate CuteEditor in a class file

    Thanks, but that doesn't appear to help our situation here. We are overriding the System.Web.UI.Control for each control we use in our application. We are adding each of these to a controls collection then rendering them to an HTMLwriter at runtime.  control.cs      // allow the derived class to create controls ...
    Posted to Cute Editor for .NET (Forum) by MMCD on February 24, 2010
  • Re: Add a Class to a UL

    Hi Adam; This isn't what i was hoping for, I was hoping that when I highlighted the list and applied a CssClass then the class would be applied to the UL   Here is the html result when I tried to apply a cssClass from the drop down menu onto the highlighted bullet ...
    Posted to Cute Editor for .NET (Forum) by Zarrdex on September 17, 2008
  • Re: Want to use SqlFileStorage Class

    Ok I think I solved it. I have the SQLFileStorage class in vb. Below is the CalcPath function and my changes in red. It seems to have solved the problem when you use a root other than ''/''   Private Function CalcPath(ByVal path As String, ByVal relpath As String) As String path = path.Replace(''\\'', ''/'') If Not ...
    Posted to Cute Editor for .NET (Forum) by bellwa on February 10, 2008
  • Re: problem CSS class its not getting populated

    sorry for the repost with slight mods (from another related thread), but having additional problem:   How come when I do this (set Editor.AutoParseClasses = true), the custom dropdown I added no longer appears?  I have a dropdown called [''styleSheet''] that I added to the dropdown ToolControls.   The Css Class list is ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: Problems activating dropdowns in a wrapper class

    Adam, thanks for the prompt reply, I managed to get my wrapper working earlier today, this is the first chance I have had to leave feedback: The reason I received the error was because I had used ConfigurationPath to set the configuration. It seems that if an item such as ''LinkTree'' is missing from this ConfigurationPath file then ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on October 19, 2007
  • Re: CuteEditor for .NET 6.0 Class Library

    Thanks Adam. The artice you supplied solved my problem. (Will also no doubt come in handy for future help files I try and open)   For anyone else who has the same problem.   1. Copy help files to a local drive (not a LAN share - this includes desktop if like me your desktop is supplied via LAN \ Active Directory)   2. Double ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 28, 2007
« First ... < Previous 4 5 6 7 8 Next > ... Last »