Search

You searched for the word(s): Editor.Text Property
Showing page 25 of 61 (605 total posts) < 1 second(s)
  • Is setHTML() supported in v5.2

    Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
    Posted to Cute Editor for ASP (Forum) by judas on July 31, 2008
  • Re: Mailto Link encoding

    Please use the following property: Editor.EnableAntiSpamEmailEncoder PropertyEmail contact links are an invaluable part of any web page. However, they are also vulnerable to a particular type of web robot known as the spam harvester or spambot. A spam harvester can read through the pages in your site and extract email addresses which are then ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 13, 2008
  • Re: EditorWysiwygModeCss Feature

    Camike,   Please use the following property:   Editor.DisableClassList Property The class items in the CssClass dropdown needed to be disabled going to this string. Example DisableClassList=''BreadCrumb, TopicMenu, Footer''   This features is not supported yet. Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 7, 2008
  • Re: Disable Normal, HTML and Preview buttons

    MaximumK, Please check the following property.   Editor.ShowBottomBar Property Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.   Example Code       <%           Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 28, 2007
  • Re: I have some questions, Please help me, Thanks!

    >>When i input text ''www.microsoft.com'' on normal module, the cuteEditor will automatically change to ''<a href=''http://www.microsoft.com/''>www.microsoft.com</a>'', how can i prohibit to add the <a href=''http://www.microsoft.com/''> and </a>, and only show the pure text?   Please check the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 2, 2005
  • Re: Set fixed size of cutesoft text area

    Please use the following property: Editor.EditorWysiwygModeCss Property. Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,/default.css'' Example ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 8, 2011
  • How Can I get editor text on a timer_tick event

      I try to take the text on a timer tick event , but all the time the text property is empty if i try to take it on button click it the text is there i supose is something about post back event If somebody know other way for take the text from time to time please let me know, because i need this and if it works i want to buy the ...
    Posted to Cute Editor for .NET (Forum) by BogdanLo on March 1, 2007
  • Paragraph converted to Line Break?

    I am using the CuteEditor for asp, latest version.   Here is my problem: When I paste text into the cute editor field, paragraphs are alway covertet to line breaks. Looking at the generated html code I would expect to see <p>. However what I get is <br>. I have tried different things with the editor.EditorOnPaste Property, but ...
    Posted to Cute Editor for ASP (Forum) by gottwald on December 16, 2009
  • Re: creating a CuteEditor object programmatically in VB.NET code-behind file

    Code is here:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%> <%@ Page Language=''vb'' ValidateRequest=''False''%>  <HEAD>   <title>ASP and ASP.NET WYSIWYG Editor - Default Configuration </title>   <link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 24, 2007
  • Enabled property not working?

    I have created a page with the cutesoft editor and set the enabled property to false on page load.  The font dropdowns in the toolbar are greyed out but the other buttons are still selectable, and I can still enter text in the text are itself.   I note that I am using ver 5.1.    
    Posted to Cute Editor for .NET (Forum) by ralc001 on September 19, 2007
« First ... < Previous 23 24 25 26 27 Next > ... Last »