Search

You searched for the word(s): editor language
Showing page 55 of 99 (987 total posts) < 1 second(s)
  • Re: change toolbar image

    Hi goh6613,   Try this example <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    <html>    <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 29, 2009
  • Re: How to set which security profile to load?

    Hi CIC, Try this way   <%@ Page Language=''C#'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 21, 2009
  • Re: Cannot Hide Zoom or Links Drop Downs

    Hi robinsong,   Can you try the code below, it works fine for me.   ----------------------------------------------------------------->   <%@ Page Language=''C#'' EnableEventValidation=''false'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 14, 2009
  • Re: set the upload folder to the current month

    Hi acecuteeditor,   Try this way   ---------------------------------------------->   <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN''     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 4, 2009
  • No error but no upload

    Hi Guys!   Well...go there!   I´m start develop with ajaxuploader, and in this program i need make a simple upload with size limitation. I´d downloaded the package and put the CuteWebUI.AjaxUploader.dll in the bin directory, the scripts in asp.net page...run the project..   The ajaxuploader button was there...very ...
    Posted to Ajax Uploader (Forum) by danielrq on April 17, 2009
  • Re: problem to set background image using <body>

    Hi goh6613,   Try this way:   Need to go to HTML view   <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2009
  • Re: CuteEditor just quick posting content back to our site.

    Do you get any error message?   Can you try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page language=''c#''%>   <html>       <head> ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 20, 2009
  • Re: Distorted display dialog windows

    Can you try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' runat=''server''>    <CE:EDITOR ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 29, 2009
  • Re: Problem with dropdownlist

    Hi jfeeney,   try this way: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 29, 2008
  • Datagrid SQL update

    Hi there,   When i update an item within the datagrid the information just disappears. Here is the code if anybody can help. I assume the data being passed into the SQL is empty so how do I populate it?   <%@ Page Language=''VB'' MasterPageFile=''../Default.master'' Title=''Login'' %> <%@ Register TagPrefix=''Club'' ...
    Posted to Cute Editor for .NET (Forum) by Renton on February 6, 2008
« First ... < Previous 53 54 55 56 57 Next > ... Last »