Search

You searched for the word(s): Height
Showing page 203 of 208 (2,075 total posts) < 1 second(s)
  • Re: Updating info to existing pages

    So it this it??       <%            dim conn          dim connstr          Set conn = Server.CreateObject(''ADODB.Connection'')          ...
    Posted to Cute Editor for ASP (Forum) by bnmiros on October 22, 2004
  • Re: Updating info to existing pages

    I haven't changed anything in your database. I've added code you posted to my page. This is what I want to do. I want to be able to call a page by using an ID (a simple link that will contain an UPR just like the one below):   http://www.hostlanedomains.com/text_edit/todatabase_final.asp?ID=5   This will call a page 5 to be edited ...
    Posted to Cute Editor for ASP (Forum) by bnmiros on October 22, 2004
  • Wierd width problem with dropdowns

    Hi,   On an almost empty page, generating the editor customized is no problem. Now I'm putting it into a large page with lots of code, and suddenly all dropdowns in the editor are 100% - in spite that i specificly set widths to 100 pix:   Dim editorSet editor = New CuteEditor'Set toolbar level from template: default, enableall, ...
    Posted to Cute Editor for ASP (Forum) by jela on October 17, 2004
  • CuteChat management and customization

    I sent these questions through the LiveHelp email form yesterday. But since I haven't recieved a reply, I will try posting them here as well.   Re managing a room: * How do the flags Public, Active, Archive, and Allow Anonymous affect the room being managed? In otehr words, what exactly happens under each flag setting? * How ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by verdend on October 16, 2004
  • Re: I am not able to upload images

    Andy,   When you create the cuteeditor instance, you need to configure the ImageGalleryPath property.  The default values is ''/Uploads''   <%     dim content      content =''<STRONG><EM><U>Easy to Install, Easy to ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 14, 2004
  • Re: How to integrate CuteEditor for .NET with the DotNetNuke 2.0?

    Goodness, it really is so simple I thought I'd just go ahead and post the code that's needed. Of course this needs to be in a new project with references to DNN and CuteEditor, etc.... standard provider stuff: Keep in mind this is really basic and there is more to do if you want to take advantage of other options but should give you a good ...
    Posted to FAQ (Forum) by lucast on October 7, 2004
  • Unsupported control type in DataGrid column

    Hello again,   I'm receiving the following error when I attempt to update an entry from a datagrid (developed in Dreamweaver MX 2004):   System.Exception: Unsupported control type in DataGrid column: CuteEditor.Editor at DreamweaverCtrls.DataSet.OnDataGridUpdate(Object Src, DataGridCommandEventArgs E)   Any ...
    Posted to Cute Editor for .NET (Forum) by gbartlett on October 5, 2004
  • Update Error when submitting edit changes in DataGrid (Dreamweaver MX 2004)

    Okay, first, sorry for the long subject title.   I was able to implement the editor on a page, but I'm receiving an error in the post:   System.Exception: Control not found in DataGrid column: CommonSenseID at DreamweaverCtrls.DataSet.OnDataGridUpdate(Object Src, DataGridCommandEventArgs E)     What's weird is that ...
    Posted to Cute Editor for .NET (Forum) by gbartlett on October 4, 2004
  • Re: each room different skin / how cn i make new skins

    ok thanks will try this later.   what is the eta on 2.0 features since now I have created a full installable DNN pa out of this ( online web.config editing ) and i have it running I have cleint on suportals that want skins in there own setup, so rooma = macblue and roomb = macwhite etc   is there any documentation on ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by nokiko on October 4, 2004
  • Re: how will the ASP code of Editor be embedded inside the <textarea> tags?

    Hi FF1user,     1- Can you please show me an example of how your code <%    %> is linked to a specific textarea of a form? (assuming this FormField writes back to a memo database field for example).   For example, you have a regular textarea:     <form name=''theForm'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 30, 2004