Search

You searched for the word(s): editor language
Showing page 73 of 99 (987 total posts) < 1 second(s)
  • Re: opening create template on button click

    i get erro rmsg BC30456: 'NewTemplate_Click' is not a member of   Line 51: <asp:ImageButton id=''NewTemplate'' BorderWidth=''1'' Runat=''server'' AlternateText=''[[NewTemplate]]'' Line 52: ImageUrl=''../Load.ashx?type=image&file=newtemplate.gif'' OnClick=''NewTemplate_Click'' /> Line ...
    Posted to Cute Editor for .NET (Forum) by svk on May 5, 2010
  • Re: Cannot create CuteEditor Control using VB

    Hi,   What I really want to do is create a CuteEditor in vb and attach it to the page at runtime. but what is happening is that I am also creating the <form> tags at runtime as well. so CuteEditor is not registering.   My Directory Structure ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 5, 2006
  • Re: Return CDATA in XHTML

    jlongson,   Please set Editor.EnableStripScriptTags Property to false.   Demo:   http://cutesoft.net/example/EnableStripScriptTags.aspx   <script language=''JavaScript''>  <![cdata[  function myTest() {    alert(''Hello'');  }  ]]></script>   Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2006
  • Re: Customise preview window height and width

    Hi rezagc,   You can change the editor height dynamically when the user switch to preview. The example below shows you how to achieve ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 23, 2013
  • Inserting image from custom imagegallery

    Hi all I'm new here - and I might be posting this ''problem'' in the wrong place! I'm haveing some trouble inserting images from my own custom imagegallery into the editor, this is what I have done. A custom button $editor->CustomAddons = ''<img title=\''Indsæt billede\'' class=\''CuteEditorButton\'' ...
    Posted to Cute Editor for PHP (Forum) by Beedk on June 11, 2012
  • Problem with 6.6 version

    We have been using 6.1/VS2005/2.0 combination for a few years now with no problems. We just upgraded to VS10/4.0 and cutesoft 6.6. I created a new test web site project, added cuteeditor.*.dll to my bin folder, copied the Cutesoft_Client folder and ran the project. Page loads up and throws an error ''error?'' from some javascript alert. Below you ...
    Posted to Cute Editor for .NET (Forum) by gorans@cimmaronsoftware.com on August 29, 2011
  • Re: Ajax Functionality

    Dear ASPMan,   You can replace <%=Editor1.ClientID%> with a string, please refer to the following snippet:   <script language=''JavaScript'' type=''text/javascript'' >        function getHTML() {            // get the cute editor ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 22, 2011
  • Re: problem in IsDirty

    Dear wolf11th,   The following example is vb code, please refer to it: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - Default Configuration ...
    Posted to Cute Editor for .NET (Forum) by Eric on December 6, 2010
  • Re: Problem with dropdownlist

    Hi jfeeney,   I can not reproduce this issue,please tyr this code:   When I selected a value from DropDownList1 and click the save button of editor,the value of DropDownList1 still is my choice. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?

    I cannot get this code to work. Can anyone identify where I am going wrong!? Assume all ID's are correct (I am wiring this in using ClientID property of controls).   ----------------------------------------------------------------------------------------     <script language=''javascript'' ...
    Posted to Cute Editor for .NET (Forum) by smacca on April 10, 2006
« First ... < Previous 71 72 73 74 75 Next > ... Last »