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
174
of
229
(
2,286
total posts)
< 1
second(s)
Re: Insert Hyperlink dialog custom window height and width
Hi, The editor can't not know you modified the tag_a.aspx. So the best way is change the tag_a.aspx and resize itself using
javascript
: <script> top.resizeTo(420,320) </script> Regards , Terry.
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
April 18, 2008
Change direction to Right to Left
I'm trying to change direction from
javascript
function : var editor = document.getElementById('Editor1'); editor.focus(); editor.style.direction = ''rtl''; document.execCommand('JustifyRight',false,null); document.execCommand('InlineDirRTL',false,null); It change the toolbar only, but in textarea direction remain 'ltr'
Posted to
Cute Editor for .NET
(Forum)
by
zvadim
on
November 23, 2006
Accessing the HTML Content of CuteEditor
Let's say I have a CuteEditor in my .aspx form. The Name of the control is ''MyCuteEditor'' How do I retrieve or set the HTML content of the control using
JavaScript
? Thank you . Any help would be appreciated Amy
Posted to
Cute Editor for .NET
(Forum)
by
Amy
on
September 1, 2004
Re: Size of the NetSpell window
Hi Adam Okay, it must be something else that's causing the problem. It works fine with the
javascript
disabled so I will just leave it like that for the time being. Cheers Tyrone
Posted to
Cute Editor for .NET
(Forum)
by
tyrone.hopes
on
December 14, 2006
Re: exec.Command?
Sorry, 'exec.Command' is not included in the developer's guide yet. Please check the following example of how to use this method:http://cutesoft.net/example/
JavaScript
-API.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 10, 2006
Re: Haw to change Height from javascript?
Thank you Adam, it is currently worked.
Posted to
Cute Editor for .NET
(Forum)
by
Vasyl
on
August 23, 2006
Re: Any way to suppress the scroll bars in the Editor?
I assume this will automatically resize the window to the contents? This approach has the potential to make the web page very large if the content of the editor is large. The customer needs to access fields and buttons below the editor that only apply after content has been entered. If we expand the editor window we move the fields and buttons ...
Posted to
Cute Editor for .NET
(Forum)
by
Richard Schaefer
on
July 8, 2010
How can I insert code from another site and make it work?
I'm trying to display the following code that links to a Bible verse of the day but when you go to the page it just shows what I pasted in, not what it should: <script type=''text/
javascript
'' language=''
JavaScript
'' src=''http://www.biblegateway.com/usage/votd/votd2html.php?version=31&jscript=1''> ...
Posted to
Cute Editor for .NET
(Forum)
by
rutledj
on
August 18, 2007
Re: Insert Editor in td by javascript
Keule, Does the following example work for your situation? http://cutesoft.net/example/datagrid-example.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 23, 2006
HTML gets mangled when an anchor tag has an apostrophe in the href
Bug when adding anchor tag with apostrophe in href: For example: go to HTML mode and paste the following: <a href="BLOCKED SCRIPT window.confirm('close window?');">test link</a> Then switch back to Normal mode. Switch back again to HTML code and you'll see that the source code ...
Posted to
Cute Editor for .NET
(Forum)
by
jywang
on
September 21, 2012
More Search Options
« First
...
< Previous
172
173
174
175
176
Next >
...
Last »