Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): javascript
More Search Options
Showing page
146
of
229
(
2,286
total posts)
< 1
second(s)
Re: Can you set a template (i.e. same as loadHTML("..."); on the client side
Dan, Please check this
JavaScript
API example http://cutesoft.net/example/
JavaScript
-API.aspx This example shows you how to insert HTML and how to set HTML to editor. Hope it helps.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 11, 2006
Re: Changing ImageGalleryPath client side via Javascript.
Ps. Trying to do this without a postback.
Posted to
Cute Editor for .NET
(Forum)
by
Domainscanners
on
September 19, 2007
Re: No tools in the toolbars - JavaScript is enabled
ChrisD, Let your client try the following steps: Go to Tools--> Internet Options-->Advanced, then choose ''restore defaults''. Then try again.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 14, 2007
Re: CuteEditor show only unformatted text and no toolbar
I am experiencing the same thing, but only in Internet Explorer 11, which I got when I installed Windows 8.1 the other day. When I view the HTML source of the page, I see that the Cute Editor window is being rendered as a plain textarea. It is still rendering normally in Firefox and Chrome. I have another component on my site ...
Posted to
Cute Editor for .NET
(Forum)
by
ddcohen
on
October 31, 2013
Re: Using jQuery to access getHTML
Hi Lharris, I tested your code, it works for me. Can you try the example below on you site? <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 17, 2009
Re: Change Toolbar's configuration in runtime.
Please check this example: http://cutesoft.net/example/
JavaScript
-API.aspx You need to use CuteEditor_OnCommand event. Here is the code of that example: function CuteEditor_OnCommand(editor,command,ui,value) { ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 18, 2009
Re: Select image with ExecCommand('insertimage') and write path to textbox
mlc962, Please check the following example: How to use CuteEditor as an image selector?( Demo1 | Demo2 ) This example The source code of this example can be found in the download ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 19, 2008
Re: Editor will not load file
Please try the following code: <Script Language=''
javascript
''> function callInsertImage() { var editor1 = document.getElementById('<%=Editor1.ClientID%>'); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 17, 2008
Re: How to get color code of body which set in Page Property dialog
Parthiv, 1. First you need to set EditCompleteDocument property to true to keep the body color. http://cutesoft.net/example/Edithtml.aspx 2. This example shows you how to get the editor Document Object. http://cutesoft.net/example/
JavaScript
-API.aspx // get the cute editor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 27, 2007
Re: Strange behaviour with Java script
I see. I am not sure what caused the problem. This example works: http://cutesoft.net/example/EnableStripScriptTags.aspx I'll investigate this issue and get back to you as soon as possible. By the way, I found the basic text box does't work for this
javaScript
as well.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 8, 2005
More Search Options
« First
...
< Previous
144
145
146
147
148
Next >
...
Last »