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
17
of
61
(
605
total posts)
< 1
second(s)
Re: How to set editor html from server side?
Text property allows you stuff your html code into the Cute Editor as HTML markup instead of the plain text. For example, http://www.cutesoft.net/example/general.aspx In the above example, when the page loads, we send the following html code into the editor: Editor1.Text = @''<table cellspacing=''''4'''' cellpadding=''''4'''' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 15, 2005
Problem with setting up a default font for the editor text area
I have a problem setting up the default editor font for the text area. After searching the forums, I found two properties mentioned that should help me do this. EditorWysiwygModeCSS and EditorBodyStyle. First I tried setting the EditorWysiwygModeCSS to point to a stylesheet (Editor.css). The editor.css file has the ...
Posted to
Cute Editor for .NET
(Forum)
by
ralc001
on
June 15, 2008
Re: Editor.URLType Doesn't Work on Flash, Media or Downloads
lbklatzkin: It didn't work for me even with images when i tried: editor.RemoveServerNamesFromUrl = true editor.EnableAntiSpamEmailEncoder = false editor.UseRelativeLinks= false i had to go into browse_img.asp and browse_img_gallery.asp and add in my base url for the parent.row_click event In version ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 8, 2007
Re: Change HTML to cuteeditor format On paste
Please check this property: Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. Example Code <% Dim editor Set ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
August 21, 2007
Re: saved html in mysql db displays as plain text when retrieved
Dear mp5802, You can retrieve these html code from database, and then load it to cuteeditor instead of ''TextBox''. If you assign the html code to $editor->Text, it will display the original text at ''Normal'' view and display the html code at ''HTML'' view in CuteEditor for PHP, the following is the usage of this ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
September 8, 2010
Re: Programmatically setting .Text
Ok . . I am using the CuteEditor to allow authorized individuals to change the content of a section of a web page. So with VB.NET I am programmatically setting the current content in the CuteEditor like this: Editor1.Text = strContent Now, if that original content has rich text characters in it such as the ...
Posted to
Cute Editor for .NET
(Forum)
by
Concoxide
on
June 28, 2011
Re: Paths on image upload. simple question i hope ?
fairlands: Hello Eric Thank you for that link, i am kind of on the right track now ....almost but not quite and woudl realy appreciate some advice on this I edited the image gallery path in the security file from <security name=''ImageGalleryPath''>/uploads/</security> to ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 11, 2009
Re: setting breakmode to UseBROnCarriageReturn to keep indents and outdents.
Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is Div. Example Code <% Dim editor Set ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
November 30, 2007
Re: Wanting to purchase need issues resolved first
>>1. When using your ''Handle pasted Text'' demo in Firefox and choosing the ConfirmWord option. The confirmation dialog does not appear after pasting. Confirm dialog is only available to IE. For other browsers, Cute Editor will clean the code automaically (PasteWord) if the EditorOnPaste is set to ConfirmWord ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 6, 2009
Re: New to CMS - need help
Hi babonik, 1) Capture the generated HTML code so that it can saved on the DB. You can get the html content by property ''Text'' of editor at server side c# code, like editor1.Text 2) Pass the HTML code from the DB and have it render in the editor in the proper format.You can set the html content for the ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 16, 2012
More Search Options
« First
...
< Previous
15
16
17
18
19
Next >
...
Last »