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
12
of
61
(
605
total posts)
< 1
second(s)
Re: Text.length inaccurate
jjonesdtrt, CEEntry.Text is a property of Cute Editor. This property will return HTML content of Cute Editor. .Length is property of String Class. So the following code is correct. ''CEEntry.Text.Length > 750'' So I think the problem is somewhere else. Please try CEEntry.PlainText.Length ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 29, 2006
Re: Getting editor to apply styles to highlighted text based on selected CssClass DropDown item
How did you set EditorWysiwygModeCss property? Have you set Editor.AutoParseClasses Property to true? In the following example (http://cutesoft.net/example/general.aspx ) the css dropdown is auto populated from css http://cutesoft.net/example/example.css. Here is the Editor code: <CE:Editor id=''Editor1'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 26, 2010
Re: pulling data from database into editor
Please use the following property: Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted. Example Code ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
April 8, 2008
Re: 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 Please check the following client side API. Method Description getHTML() ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 1, 2007
Re: newbie css help (And two other newbie questions)
pmagoo, >>I have a very simple css file that I also tried to apply, but couldn't get that to work either..... Please check 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. ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
April 8, 2008
Re: Replacing editor in news publishing program
Capper:K, our server is running PHP V5.0.......here is the problem, we're using Vivvo (their editor sucks).... I saw the instructions, and understand that I need to delete all reference java scripts for their editor, but how do I replace it in the files with Cute Editor? I put the Cute Editor folder in the /public/_html/admin folder ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 2, 2007
Re: How to display the content in edit mode seems like preview
Please set the following property to false. ditor.ToggleBorder Property Specify the ToggleBorder state Example Code <?php $editor=new ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 4, 2011
Re: how to set different style sheets for normal tab and preview tab?
HamsterKnight, Yes, Please use the following propery: 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 Code ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
August 31, 2007
Re: TagSelector / TagListContainer
Wim, Yes. Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear. Example Code <% Dim editor Set editor = New ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 27, 2007
Re: Preview Mode
Editor.ActiveTab Property Sets which Tab is active (Edit/Code/View). Example Code <% Dim editor Set editor = New ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 15, 2007
More Search Options
« First
...
< Previous
10
11
12
13
14
Next >
...
Last »