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
16
of
61
(
605
total posts)
< 1
second(s)
Re: Making "Paste from Word" the default paste?
Tim, This feature request has already been added to CE version 4.0.0.3. Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. PasteBehavior EnumerationEnumerates the manners in which the editor handles pasted text. Members: Member NameDescriptionDefaultWhen you paste text into ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 10, 2005
Re: onkeypress is an event
With the version 5.0, we intruduced a new propery, Editor.FullPageOnLoad Property.Editor.FullPageOnLoad Property: Specify the FullPage state when the page loads. If this property is set to true then the editor will resize to it's full size when the page loads. Example Code ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
December 29, 2005
Re: Modifying an image inserts inadvertant attributes.
Vinstr, You can set the following property to false to remove empty alt vaue. Editor.EmptyAlternateText Property Specifies the manners in which the editor handles images without alternate text specified or images with empty alternate text. The only option to remove Width and Height attribute from image is creating ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
April 13, 2009
Re: HTML Code Not Indenting
Please check this example: http://cutesoft.net/asp/EnableAll.asp This example is running version 5.2. If you can find the delivery email, you can find the version number. If not, please set ShowVersion property to true. If your editor doesn't support this property, you must use ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
January 17, 2007
Re: I cant see the text that i formatted.
vitthalgb: I cant see the data with formatting after saving it. When i save it, next time when i want to see the data it simply in HTML format as follows- '' #1div#2#1#7pan #7tyl#9=''f#5nt-family: V#9rdana; c#5l#5r: #0ff6600; f#5nt-#7iz#9: 36pt''#2Vitthal G balkawad#9.#1/#7pan#2#1/div#2 '' Please help me to let know what ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
November 30, 2009
Re: Saving the text value to a SQL Server database
Hi. When I did the test above by appending ''Hello World'' to the text property I did get ''hello World'' in the database but nothing else. I have figured out something however. If I switch from the Rich Text Editor mode to the Basic Text Box mode before submission it does record the HTML to the database. But I ...
Posted to
Cute Editor for .NET
(Forum)
by
DarkStar
on
September 22, 2008
Re: Want to access PlainText property at clien side in javascript function
hello Adam or others Your code is working, but when we check by this function that editor is blank or not function checkEditorBlankValue() { var editorId = document.getElementById('<% = Editor1.ClientID%>'); var content = editorId.GetDocument(); var textofeditor=innerText(content.body); if(trim(textofeditor)=='''') { var ...
Posted to
Cute Editor for .NET
(Forum)
by
mtrvikas
on
April 30, 2008
Re: Not able to find the property for the Background Color of the page itself.
OK, did some digging, but for any one else who is new to this stuff, I found that if you reference a style sheet (e.g. ''MyEditorStyle.css'') for the ''EditWysiwygModeCss'' property of the Editor control and then enter whatever background color you want for the ''body'' element (e.g. ''background-color:Silver;''), it will color the full text area ...
Posted to
Cute Editor for ASP
(Forum)
by
hbielich
on
April 3, 2008
Re: How to set the default value of a textbox so it is blank everytime?
Eric, Please use the following property to set default value: 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 ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 18, 2007
Re: Removing Alternative Text on Insert Image
Rob, This issue is resolved in version 6.0. This issue is resolved in this new release. It's a free upgrade. Demo: http://richtextbox.com/cs/ Download: http://cutesoft.net/downloads/default.aspx Editor.EmptyAlternateText Property and EmptyAlternateText Enumeration have been ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 13, 2007
More Search Options
« First
...
< Previous
14
15
16
17
18
Next >
...
Last »