Search

You searched for the word(s): table
Showing page 110 of 255 (2,541 total posts) < 1 second(s)
  • How to display the cute editor in code without registering them as a server control

    Dim SB As New System.Text.StringBuilder Dim SW As New StringWriter(SB) Dim htmlTW As New HtmlTextWriter(SW) Dim re As New CuteEditor.Editor re.ID = ''editor''   re.RenderBeginTag(htmlTW) re.RenderControl(htmlTW) re.RenderEndTag(htmlTW) Response.Write(SB.ToString())      Code above only succesfully displaying ...
    Posted to Cute Editor for .NET (Forum) by scheineden on July 27, 2006
  • CustomFileProvider and separating one user's images from another

    Hi,   We used to tell Cute Editor's Image Uploader to store images in contextually-generated sub folder paths so that User A's images are not visible to User B. This is possible thanks to Cute Editor's SetSecurityGalleryPath and friends.   We are making a switch to DB-storage of these same images. Thanks to the CustomFileProvider we ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on July 9, 2006
  • Re: Problem with stylesheet in page and images

    Hi, no I dont' use the EditorWysiwyModeCss property, the style is allready in my code, so it would be double.   Here's my code:   -------------------------- <%'template_1-M1%><html><head><meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /><title>Noa ...
    Posted to Cute Editor for ASP (Forum) by Karin on July 7, 2006
  • Adding in cute chat - web messenger -> in user's profile -> an extra field linked to user's database

    I would like to ask if it is possible in the user's profile (when right-click on user in either chat or messenger) to add some more fields which will be linked to the user's details in sql table CuteChatClient.For example I would like to display user's firstname - surname - etc if he wants to be displayed. moreover, can you explain in which method ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by zyb5586 on June 30, 2006
  • Re: Problem with stylesheet in page and images

    Hi, here's my code (normal asp btw, is that a problem?):   -------------------------- <%'template_1-M1%><html><head><meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /><title>Noa Nederland</title><link href=''/css/stijl.css'' rel=''stylesheet'' type=''text/css'' ...
    Posted to Cute Editor for .NET (Forum) by Karin on June 26, 2006
  • Offsets of Drop-down boxes

    I'm now using v5.3 of the editor.   I have the editor within a DIV tag, within a TABLE, positioned at an offset (+x, +y) to the page.   When a user pulls the drop-downs, they do not appear in the correct location.  They appear to offset by the same +x and +y above.  It seems you are calculating the offset relative to the ...
    Posted to Cute Editor for .NET (Forum) by rachale on June 2, 2006
  • Popup Script Errors

    I keep getting script errors on most popups in Cute Editor. They appear the most on Insert Image, Insert Document and Table Properties. On Insert Image it is a ''Unterminated String Constant'' error. The others vary but the stop you from using the popup because they appear anytime to select a item or even move the mouse over a button on a popup. ...
    Posted to Cute Editor for .NET (Forum) by tradd_cook@us.crawco.com on May 10, 2006
  • width Cute Editor

    Hi,   I implemented Cute Editor 5.2 in DotNetNuke 4.0. Now it's too broad. It pushes the design to the right, which is not the meaning. I tuned the toolbars. There is a space of 280 px at the right site with no buttons at all. For testing I set the width of the editor table ...
    Posted to Cute Editor for .NET (Forum) by brainweb on April 25, 2006
  • CTRL + Z doesn't work

    Whenever I press CTRL+Z I get a javascript Error ''Object does not support this property or method''.  It then goes on to put a ''z'' in the editor text.  What am I doing wrong here.   Here's my code. Dim editor Set editor = New CuteEditor editor.ID = ''CURRENTSTATUSMEMO'' editor.Text = CURRENTSTATUSMEMO editor.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by dreamersmind on April 19, 2006
  • Re: CSS styles not showing correctly

    Gerardicus,   Have you used Editor.EditorWysiwygModeCss Property and apply style sheet filesto the editable area?   Please check the Editor.EditorBodyStyle Property as well.   Editor.EditorBodyStyle PropertyThe style to be applied to the Editor body. Example Code       ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2006