Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Editor.Text Property
More Search Options
Showing page
13
of
61
(
605
total posts)
< 1
second(s)
Re: Changing CE configuration on the fly
Unfortunately the editor text does not reload if the editor is redrawn. After some work on the problem I have a partial solution when an end user is entering new data using CE.First set this property to something like $editor->''myeditor'';Next set this property $editor->Text=$_POST['MyEditor'];Now set this property ...
Posted to
Cute Editor for PHP
(Forum)
by
dtprice
on
March 31, 2009
style tag is stripped out when using "TemplateEditor.Text = " or "TemplateEditor.XHTML ="
I am trying to populate the editor with HTML that has this style tag after the title tag <style type=\"text/css\"> but it is getting stripped out by the editor and displaying the styling text and then the rest of the Html. The result is that the editor displays the text of the styling and then displays the page content of the html ...
Posted to
Cute Editor for .NET
(Forum)
by
artsaliva
on
April 5, 2013
Re: tags shown at bottom of editor cause cursor or selections to jump all over the place
Can you send me a simple example page showing the problem? At the same time, you can make the tag selector invisible. Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear. Example Code ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
March 14, 2008
Re: Getting editor to apply styles to highlighted text based on selected CssClass DropDown item
Thanks for the response... I was finally able to figure out that setting the BaseHref to another domain was causing it to break. The problem is, I need the BaseHref set to another domain in order for all of the images to be displayed properly. I can think of 2 possible solutions (maybe you have ideas?) 1. Is there a Property that I can ...
Posted to
Cute Editor for .NET
(Forum)
by
sincell
on
January 26, 2010
Re: Rich Text Editor Reformats the HTML
Steve, Thanks for the kind words about Cute Editor. By default Cute Editor will carefully analyze all of your HTML code and begin correcting all errors automatically. What you get is professionally presented code, properly reformatted and ready for use. If you want to preserve the formatting of existing HTML, you can turn this feature ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 25, 2005
cuteEditor.Text property is empty in IE9
Hi, I'm having difficulties while running web application using CuteEditor on VS ASP.NET DevelopmentServer (Windows 7) and on IIS7 (Windows Server 2008 R2) When opening page in IE9 content of CuteEditor is empty. Here is code fragment of my ...
Posted to
Cute Editor for .NET
(Forum)
by
dekos
on
May 24, 2013
Problem with .text property
I'm using Cute Editor to let people edit posts in their blogs. When they want to edit a post, I load the Edit page and put their post into CuteEditor like this: Editor1.Text = strMessage After they have typed their changes, I then want to save the new text, which I do with a call to a stored proc in my SQL db. The proc ...
Posted to
Cute Editor for .NET
(Forum)
by
ysw
on
January 13, 2007
Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"
Dear Kenneth, Here are the ...
Posted to
Cute Editor for .NET
(Forum)
by
webon
on
January 21, 2016
Re: How to change by default the body direction from LTR to RTL ?
Victor, Please use EditorBodyStyle property. <?php $editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 13, 2009
Re: Span Tag Question
Andy, Please set Editor.UseFontTags Property to true.Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font face=''times'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 9, 2005
More Search Options
« First
...
< Previous
11
12
13
14
15
Next >
...
Last »