Search

You searched for the word(s): assembly
Showing page 114 of 149 (1,483 total posts) < 1 second(s)
  • Re: Drop down list

    Hi AndyFel, Please try the example below, select the ''test2'' option. Does it still shows the first option on your end? <%@ Page Language=''VB'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 2, 2011
  • Re: Background Image URL enclosed in double quotes

    Hi sanjay.joshi,   Please try the solution below   <%@ Page Language=''C#'' %>      <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 17, 2010
  • Re: MaxImageWidth has no effect

    Dear Casey,   I tested this scenario based on the following code:   <%@ Page language=''c#'' AutoEventWireup=''false'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <script runat=''server''> protected override void OnInit(EventArgs ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on November 26, 2010
  • Re: How to manually set IMG src in custom dialog

    Dear Tobster,   Please refer to the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    <script language=''JavaScript'' type=''text/javascript'' >        ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 15, 2010
  • Re: drop down customization not working

    Hi ahager,   try   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 1, 2010
  • Re: AjaxUploader

    Hi,   This sample tells you how to pass data for each file :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on May 4, 2010
  • Re: Cute Editor Prepopulating?

    tremmorkeep, Can you try the following code and get back to me?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 30, 2010
  • Re: Duplicate Entries in Font and Font Size Lists

    B284: The default font and font size dropdowns duplicate the entire list for some unknown reason. Has anyone seen this or know how to make it only show the list once instead of twice? Thanks.   Can you try the following example?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2010
  • Re: CuteEditor webpage integration

    I just wanted to update this page for anyone else whom might be having problems. I was able to get this working by switching the code back to my .aspx page from the code behind page. All I did here was paste the code from the XmlDataTypeSave.aspx howto tutorial, then edit a few various pieces that you can inspect below. This is a very ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 24, 2010
  • Re: Paste from Word

    wallacr: Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(   Below is my code, does it look ok?    <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 17, 2010