Search

You searched for the word(s): cutesoft_client
Showing page 61 of 228 (2,278 total posts) < 1 second(s)
  • Re: Global or default target= attribute for links

    >>I create text with embedded links in CuteEditor, the embedded links target the CuteEditor window,   By default, Cute Editor will create link like:   <a href=''http://yahoo.com''> Yhaoo.com </a>   If you want to change to:   <a href=''http://yahoo.com'' target=''_top''> Yhaoo.com ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 18, 2006
  • Re: Using 60+px banners as topad

    Janus,   >>Have anyone got any thoughts on how to push the chat window down a bit, so that the whole banner can be shown?   Please open CuteSoft_Client\CuteChat\Skins\Normal\ChatUI.xml file and find the following code:   <TopPanel AutoDock=''Top'' Height=''80''></TopPanel>   and change it ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 12, 2006
  • Line 71: cmd1.Fill(ds,"rooms"); in CH_MainForm.Aspx

      We're suddenly getting this error when trying to access our cutechat room:  Any ideas how to resolve this issue?  Nobody can access the chatroom.  Not sure what is causing this all of a sudden.....   Thanks     Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Rickanator on November 21, 2006
  • Visual Studio problems - Referencing editor?

    I am experiencing problems referencing the editor in our aspx pages.   Below is an instance of the code used to insert the editor in a page <CE:Editor Id=''ContentTextBox'' runat=''server'' Height=''300px'' Width=''700px'' ConfigurationPath=''~/CuteSoft_Client/CuteEditor/Configuration/clearchannel.config'' BackColor=''#D4EAFF'' ...
    Posted to Cute Editor for .NET (Forum) by ClearChannel on November 13, 2006
  • Anchor tags getting replace when inserting template

    Hi   When inserting a template, any anchor tags get reformatted like:   ORIGINAL <a class=orange href=Http://www.pinewoodfilmstudios.co.uk/unsub.aspx?GUID=##GUID##&EMAIL=##EMAIL## <strong>UNSUBSCRIBE</strong></a>     REPLACED WITH <a class=orange ...
    Posted to Cute Editor for .NET (Forum) by JohnieT on November 13, 2006
  • CuteEditor inside a Html file - How To?

    Hi,   Is it possible to insert the CuteEditor Tags inside a sepeate HTML file, Which will be processed by the code behind aspx.cs file. Like,   A.Html -------- <input name=''txttitle'' id=''txttitle'' type=''text'' size=''50'' />CuteEditor Starts Here  <CE:Editor xmlns:CE=''http://localhost/editor/cs/default.aspx'' ...
    Posted to Cute Editor for .NET (Forum) by SulekhaDev on September 28, 2006
  • Re: change editor language

    arkus_cesar,   CuteEditor auto-detects IE's culture setting to decide what language to use. If developers need server side control, we also provide API to override the setting acquired from client browsers.   To change editor's language or culture to es-MX, you should do:   Editor1.CustomCulture = ''es-MX'';   In this ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 6, 2006
  • Re: Any way to force the use of #-colors instead of named colors?

    Dmitri.   Please check this:   http://cutesoft.net/example/CommonTasks.aspx   Customizing the colors used in the editor?   The Colors Panel of Cute Editor by default displays a predefined set of colors. You can easily modify this default set by modifying the CuteEditorconstants.js file which can be found in the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 8, 2006
  • Fit to Window bug

    Try the code below and then click the ''Fit to Window'' icon. Because the Editor sits inside of a div tag, it gets cut off by the Div  the full window. Is there a fix for this? I'm using version 5.0. Thanks, Kris.   <%@ Page Language=''VB'' AutoEventWireup=''false''%> <%@ Register Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 8, 2006
  • 42 build errors?

    Hi, I'm getting a very large number of errors when I try to build my website with VS2005.  They all seem to be coming from files in the cute editor directory.  Here is the error as follows:Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 3, 2006
« First ... < Previous 59 60 61 62 63 Next > ... Last »