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
181
of
408
(
4,076
total posts)
< 1
second(s)
usage of cute editor in iframe and resizing
Hi, I use the Editor within an Iframe, which works great because I resize the frame to the proper size. With the introduction of the +/- expansion button I run into the headache of not being able to resize correctly. I would suggest a standin
javascript
routine that can be redefined when the + or - button are pushed. Any thoughts on this?
Posted to
Cute Editor for ASP
(Forum)
by
rcroeder
on
June 19, 2005
Re: Full Screen Mode in 5.1 deletes custom JavaScript
Adam, Yes I was able to reproduce the problem using that link. I do have the EnableStripScriptTags set to false on my config as well.
JavaScript
seems to work great as long as I don't toggle the FullScreen mode....which is a big shame. -Tom
Posted to
Cute Editor for .NET
(Forum)
by
TommyBoy
on
December 5, 2005
Re: Select an image outside of Cute Editor?
The demo is great, and I have successfully adapted it for a site that needed to use the Image and File dialogs at times without showing the editor (
Javascript
code listed below). Using CuteEditor .NET 6 (.NET 1.1). It all works perfectly with IE7. However, that's as good as it gets. With Firefox 2.0.0.3 it displays the insert image dialog ...
Posted to
Cute Editor for .NET
(Forum)
by
dotcom
on
July 10, 2007
Re: Getting the id of active div
salama, This is a
JavaScript
question. Step 1. Get the selection object. Step 2. If the type of this selection object is control, get the element by sel.createRange().parentElement() Step 3. get the id from this element alert(div.id)
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 25, 2008
Re: Resetting page on change of album?
DeDawg65, The current page number is recorded using a private hiddent field. To reset the hiddent field, please try the following
JavaScript
code: <script> var mycurrent_page=document.getElementById('<%=Gallery1.ClientID%>'+currentpage); mycurrent_page= ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Adam
on
August 4, 2006
Re: Strange behaviour with Java script
Well I can reproduce it on your DNN demo site just fine. Please, do this: Go to http://dnn3.cutesoft.net/DNNEditDemo/tabid/92/Default.aspx and open the editor Clean all contents in the editor in HTML view Copy the following code in HTML view: <script type=''text/
javascript
''><!--google_ad_client = ...
Posted to
Cute Editor for .NET
(Forum)
by
Mariette
on
November 8, 2005
Re: How do I stop CuteEditor from scrolling the page to the top on each postback?
ChrisD, Please try change the following code: <script type=''text/
javascript
''>alert('Scrolling to bottom');scrollTo(0,10000);</script> To: <script type=''text/
javascript
''>alert('Scrolling to bottom');setTimeout(''scrollTo(0,10000)'',1000);</script> Then try ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 19, 2006
Re: javascript error shows when changing the properties and clicks the cancel button
Hi prasanthr, This issue is resolved. Please download version 6.3. Download: http://cutesoft.net/Downloads/default.aspx Demo: http://cutesoft.net/example/general.aspx Regards, Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 15, 2009
Re: Text does not display in google Chrome
Hi, I tried your page and it didn't work for me in Chrome (17.0.963.56 ) in the same way as you have described. I got the following error:Failed to load resource: http://www.epithimies.gr:8084/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css (using
javascript
console) Make sure that this ...
Posted to
Cute Editor for .NET
(Forum)
by
Anonymous
on
March 6, 2012
Re: Upload button Enable
Hi, Finally i achieved by this way; The solution is. <script type=''text/
javascript
''> var ClickedUploderId = ...
Posted to
Ajax Uploader
(Forum)
by
kalees1980
on
August 16, 2012
More Search Options
« First
...
< Previous
179
180
181
182
183
Next >
...
Last »