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
15
of
61
(
605
total posts)
< 1
second(s)
Re: Various feature questions
Markus, >>Can we set the editor to read-only when the user swithes to HTML (source code) view? The user should only have rights to write in in 'normal' view. Evtl. any Javascript API? We can trigger the click (command) on the vorious Tabs, but unable to set the editor readonly via JS. It is much easier if you just ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 19, 2009
Re: Problems with font-colours
Richie, Please set the following property to true then try again. 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. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 20, 2007
Re: Objects doesn't support this property or method - window.CuteEditorInitialize function
Dear abularca, Please save the following code to test.aspx, does it work fine? <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
January 19, 2011
Re: No display of content even tho there is content!
OK I do have a problem altho its not quite what I thought earlier. What I have found is that I set the editor.Text in the .NET code my HTML is being mangled here! I set the text to the below, then check the .text property in the VS Text Visualiser and its mangled the HTML to the version I pasted previously. The old editor is ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
AndyFel
on
January 17, 2014
How to insert javascript widget code in Cute Editor ?
Hello, I want users to copy/paste any widget code in my custom dialogue and after clicking on submit button it should paste to editor. Here is the code I am using : var editor=top.dialogArguments; editor.PasteHTML(''<%=strHtml%>''); ...
Posted to
Cute Editor for ASP
(Forum)
by
codefreak
on
March 9, 2009
Re: pulling data from database into editor
Hello, I definitely have tried putting something into that property. I have tried both of the ...
Posted to
Cute Editor for PHP
(Forum)
by
pmagoo
on
April 9, 2008
Re: BGcolor property
Ciprian, Just set BgColor property as followings: <asp:TemplateColumn HeaderText = ''Title''> <ItemTemplate> <%# DataBinder.Eval(Container.DataItem, ''FirstName'') ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 17, 2004
Re: Saving the text value to a SQL Server database
Now try: .Parameters(''@PortalSettingsDealerImageURL'').Value = Server.HtmlDecode(''Hello World'' & EditorImageOwner.Text)) If you get ''Hello World'' only, for some reasons, the Text property is empty when extracting the content from editor. When debugging, you need to focus on this part. Maybe you ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 19, 2008
Re: How to get color code of body which set in Page Property dialog
Hi WilliamK, I think you are using the classic asp version, please try the example below. It shows you how to get the border property of the editor body. <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 8, 2011
Re: Reg- Making Cute Editor content window read only
Dear Ken, Still am getting this issue with I.E in all version. Even if i use the Read Only property, i can select the content by double clicking the mouse and when i press enter the content will get cleared. Where as in Firefox When any button is clicked the cursor will be placed in the Text Area, when i press enter it ...
Posted to
Cute Editor for .NET
(Forum)
by
rajmohanp
on
August 16, 2010
More Search Options
« First
...
< Previous
13
14
15
16
17
Next >
...
Last »