Search

You searched for the word(s): cutesoft_client
Showing page 15 of 228 (2,278 total posts) < 1 second(s)
  • Re: DotNetNuke - Don't See Outline Around Tables/Divs

    Please open your web.config and add the following into Cute Editor section. ToggleBorder=''true''   Example code:    <add name=''CEHtmlEditorProvider''             type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2010
  • Re: Image upload issue

    Please check http://cutesoft.net/developer+guide/scr/Medium-Trust-Environment.htm . If you are using web farm, please follow steps: In web farm environments, the Url that you specify must map to a central location, which is saved to by all servers in the farm. This can be done using a virtual directory that maps to a common shared folder ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 26, 2010
  • Re: Wants to show website users online or offline programatically via api or some class

    Hi Marium,   1. How to know user is online or not   Please try the code below   protected override void OnLoad(EventArgs e)    {        CuteChat.ChatPortal portal = CuteChat.AppSystem.Instance.GetCurrentPortal(); ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on August 3, 2010
  • Re: Editor at AJAX loaded Control

    It seems the following code can solve the problem... But can I be shure that there are no other undiscovered problems?   var browserType = Request.Browser.Browser.Equals(''IE'') ? ''IE_Loader'' : ''Gecko_Loader''; ...
    Posted to Cute Editor for .NET (Forum) by empty on July 5, 2010
  • Re: Admin Console

    Hi cheryll,   Below is the steps to show you how to add description on the top of the admin panel   1. Open file ''CuteSoft_Client\Gallery\Editor\Explorer\Code.js''   2. Find section below   var titlebar=document.createElement(''DIV'');   3. Add the section below under the section ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on June 21, 2010
  • Re: Disable lightbox in Classic gallery

    Please open file \CuteSoft_Client\Gallery\Popup\Default\Code.js , locate the following code and comment:  div.onmouseover=ToDelegate(this,function()  {   div.dnghover=true;   SetDivClass(div);   this.Browser.ShowPhotoTooltip(div.dngphoto,div,this);  }); and ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on June 3, 2010
  • Re: disable lightbox feature

    Hi emilyPA,   Please follw the step below. It show you how to disable the ''lightbox'' feature in SlideShow layout   1. Open file ''CuteSoft_Client\Gallery\Layout\SlideShow\Code.js''   2. Find section below   case ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 26, 2010
  • Re: Context Menu

    Hi CAP,   Add a new delete option into context menu,it can be use even the tag ContentEditable  set to false.   <%@ Page Language=''C#'' ValidateRequest=''false'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 17, 2010
  • Re: A Few Issues

    Hi gim-matt,   1) In the table wizard the 'Table Layout' dropdown box is now showing up in Firefox, Safari or Chrome.   I tested on firefox1.5-3.6, all works fine for me. Can you reproduce it on our demo http://cutesoft.net/example/general.aspx?   Can you try it on another pc?   2) I'm wanting to make templates for ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 27, 2010
  • Re: Client wants these layout options....

    kevint: http://cutesoft.net/ASP.NET+Image+Gallery/Classic-Layout.aspx First to control the number of images displayed  horizontally in thumbnail view as well as thumbnail size   Also, the example seen here :http://cutesoft.net/ASP.NET+Image+Gallery/SlideShow-Layout.aspx   My client would  like to have a page with 3 of ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on April 19, 2010
« First ... < Previous 13 14 15 16 17 Next > ... Last »