Search

You searched for the word(s):
Showing page 1 of 3 (23 total posts) < 1 second(s)
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area. &nbsp; Here's my current best guess. &nbsp; My configuration: &nbsp;&nbsp;&nbsp;Dim editor1&nbsp;&nbsp;&nbsp;Set editor1 = New CuteEditor&nbsp;&nbsp;&nbsp;editor1.ID = ''Description''&nbsp;&nbsp;&nbsp;editor1.Text = sDescription&nbsp;&nbsp;&nbsp;editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • Re: Load a template using an external event

    I solved it! Yahoo! &nbsp; I was trying to send you a short version of my solution, but this reply template keeps refreshing itself for some reason and I lose it all. &nbsp; Thanks &nbsp; DOug &nbsp; &nbsp; the solution: 1. I figure out the template file name I need (fil) and post it to a new window (tmpl) Response.Write ''&nbsp;var ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 20, 2007
  • Re: Load a template using an external event

    Hi Adam &nbsp; Yes, thanks - I eventually figured that out myself. &nbsp; You have an insert templates button in the editor that the user can use to find a template file to load into the editor. It works great! &nbsp; But ... in my application, while the client is filling out&nbsp;the form where the editor resides, before he even scrolls ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 19, 2007
  • Load a template using an external event

    I'm sure I'm not the first, but I couldn't find anything like it in the forums... &nbsp; I'm trying to load a content template from a pop-up screen &nbsp; The page with the editor looks like this -&nbsp;the CuteEditor is&nbsp;in a form called ''EDITFORM'': &nbsp; ... &nbsp;&nbsp;&nbsp;Dim editor&nbsp;&nbsp;&nbsp;Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 15, 2007
  • File upload --- doesn't

    This is such a slick editor! But... I'm missing something. &nbsp; I'm trying to upload an image to my site. I have set the permissions in my upload directory to RW. I'm using (I think) CuteEditor_for_NET5.2 &nbsp; The HTML tag ...
    Posted to Cute Editor for .NET (Forum) by jdmaynard on May 9, 2006
  • Re: Who's this admin guy anyway?

    Thanks, great answer. &nbsp; So, in my case, where there's only going to be one kind of user - administrator -&nbsp;can I&nbsp;just poke this into the &lt;CE:Editor ... &gt; tag something like: &nbsp; &lt;CE:Editor id=''ceContent'' AutoConfigure=''Full''&nbsp;&nbsp;SecurityPolicyFile&nbsp; = ''Admin.config'' UploadsFolder=''~/Uploads/'' ... ...
    Posted to Cute Editor for .NET (Forum) by jdmaynard on April 21, 2006
  • Who's this admin guy anyway?

    Sorry, this will seem like a gormless question, but... &nbsp; It's not clear to me how CE decides whether a user is an administrator. In particular how do we convince it that a logged in user should get access to admin settings or just default settings? &nbsp; DOug
    Posted to Cute Editor for .NET (Forum) by jdmaynard on April 20, 2006
  • ImageGalleryByBrowsing

    &nbsp;I can't get this feature to show up in CuteEditor4ASP. I assume it's supposed to work like the excellent image browser in the dotnet version, but no icon appears for it in my toolbar.&nbsp;&nbsp;&nbsp;editor.Template=''Save,ImageGalleryByBrowsing,InsertImage'' &nbsp; Doug
    Posted to Cute Editor for ASP (Forum) by jdmaynard on September 9, 2005
  • Re: Image Insertion

    I found a workaround for this - if anyone else is interested. Rather than inserting an image, I insert a hyperlink, then convert it to plaintext when I post it to the database. That way I just get the relative URL to the image to put in the database without the surrounding tag. The client still gets to browse through the uploads folder to her ...
    Posted to Cute Editor for .NET (Forum) by jdmaynard on August 28, 2005
  • Re: Curly quotes and apostrophe's

    I figured it out - eventually. Not a CuteEditor issue, but a Dreamweaver issue. By default, Dreamweaver dotnet generated pages include the page directive:&lt;%@ Page Language=''VB'' ContentType=''text/html'' ResponseEncoding=''iso-8859-1'' %&gt;&nbsp; &nbsp; and the meta tag: &nbsp; &lt;meta http-equiv=''Content-Type'' content=''text/html; ...
    Posted to Cute Editor for .NET (Forum) by jdmaynard on August 28, 2005
1 2 3 Next >