|
Search
You searched for the word(s): Editor.Text Property
Showing page 20 of 61 (605 total posts)
< 1 second(s)
-
Ok thanks for your help, after a bit of work, I think I've worked out a good combination that works with DNN.
This might be useful for other new users...
Here is what I have in my Web.config:
... EditorBodyStyle=''background-color: #FFF; color: #000;''
EditorWysiwygModeCss=''~\Portals\_default\Skins\SKINNAME\skin.css''
...
You should point ...
-
caldwelljr,
What's your Editor.EditorOnPaste Property setting?
Editor.EditorOnPaste Property - Specifies the manner in which the editor handles pasted text.
Please check the following example and find a right solution for your situation:
Handle pasted text
http://cutesoft.net/example/editor-onpaste.aspx
-
Marcus,
Just the result code is different:
Editor.XHTML Property
Retrieves the CuteEditor HTML content in XHTML format.
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 ...
-
Thanks for the help.
The first method I was unable to do as i do not have a folder CuteEditor_Files/Configuration/ or a file in the directories called common.config As a licence holder am i able to get the latest version?
The second option when putting in the code as below i get the following ...
-
Kalpesh, Yes, this method has been removed in the version 4.5. If you set the Editor.EditCompleteDocument Property to false, the editor.Text and Editor.XHTML Property will automatically return the full page html code, including <title>, <!DOCTYPE...> and some other options.
-
Hari,
http://cutesoft.net/example/CommonTasks.aspx
These are two types of text formatting tags -- logical formatting tags ( <strong> and <em> ), which describe the information in the element, and physical formatting tags (<b> and <i>), which specify its appearance.
By default CuteEditor use the ...
-
Editor.PlainTextWithLinefeeds Property
Retrieves the CuteEditor HTML content in plain text format and replace carriage returns with the appropriate br and p tags for breaks.
HTML does not respect CR and LF in files. All white space is collapsed into single spaces, including tabs and line endings. We must turn them into ...
-
Thanks AdamI was a little puzzled as I couldn't find this property anywhere. The fact is that the default code doesn't display the property e.g.<CE:Editor id=''NewsItemBody'' EditorWysiwygModeCss=''../example.css'' runat=''server'' ></CE:Editor>So I had to put EncodeHiddenValue=''false'' there myself and ensure it was set to false ...
-
Hi abyssknight,
How to get the clientId of editors which created dynamically.
<%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> ...
-
Actually, what I needed to do was not to remove the wysiwyg property in the editor definition but to modify a section in my css file namely the following in the css was causing the bullets not to show:
body, p, h1, h2, h3, h4, ul, li, table
{
border-style: none;
border-color: inherit;
border-width: medium;
margin: ...
... 20 ...
|
|
|