Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
184
of
325
(
3,244
total posts)
< 1
second(s)
Re: How to automatically connect/pass-through an authenticated website visitor to a LiveSupport chat session?
Hi Joffies, #1 Add the code below to the bottom of page ''CuteSoft_Client\CuteChat\SupportClient.aspx''. Now the require window will always select the first department. Use this simple logic, you can specify the department for the user. <script> window.onload=function() { var ...
Posted to
Cute Live Support
(Forum)
by
Kenneth
on
June 13, 2011
Re: Wierd JS error and editor loads in collapsed... also puts in rn after every line break or p tag
Hi there, Ok. I figured out what the issue was. If you have the Editor in JQuery tabs (because I have more than one, I have three) on screen at the same time I had to make the
document
.ready function fire after the editors load. So had to do a set timeout. For some reason the JQuery tabs have a diverse effect on the editor when they are ...
Posted to
Cute Editor for PHP
(Forum)
by
northstjarna
on
March 17, 2011
Facing problem in safari & chrome
Eric/Adam,I am facing a wierd issue in Safari, when we are trying on set the text with setHTML() method in widow.onload its not loading the text (showing me undefined). Not sure what wrong in this below is the piece of code I am using. window.onload = function() { var ...
Posted to
Cute Editor for .NET
(Forum)
by
sanjay.joshi
on
February 11, 2011
PasteHTML function creating duplicate image in IE8
What i'm trying to do is select an image and insert a link through one of my custom buttons. Here's the button click event. function button_click() { link =
document
.getElementById('selected_file').innerHTML; editor1 = ...
Posted to
Cute Editor for PHP
(Forum)
by
CrazyK
on
January 21, 2011
Re: problem in IsDirty
Dear wolf11th, The following example is vb code, please refer to it: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG Editor - Default Configuration ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
December 6, 2010
pdf docs in an album
IIs there any way to diplay an Icon for say a pdf or doc. I am using predominately the Gridview layout. I understand I can add an image to the directory and it will appear in the gallery, but from there, can I trap the on click event of the image and use it to display (or load in a seperate window) the
document
?
Posted to
ASP.Net Image Gallery
(Forum)
by
davenel
on
October 10, 2010
issue running cuteeditor in Windows7
same code or same project works fine in WindowsXP , with iis 6.0 and .net 2008. but if we want to run that same project in Windows7 , with iis 7.5 and .net 2008, we are getting below error, please suggest if we have to do any extra setting at project level - Server Error in '/xxx' Application. ...
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
July 25, 2010
Re: custom upload button
Bart, We provide a uploader.browse() function, but it will show dialog be blocked, for the Flash/Silverlight. So we put a transparent layer to the button for that case. You can try this way : <CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
July 3, 2010
Re: Uploader shows the uploaded file in a table for a second then disappears
kal, Yes, to hide the file upload queue table, please try the following code: <form id=''form1'' method=''POST''> <% Dim uploader Set uploader=new ...
Posted to
ASP Uploader
(Forum)
by
Adam
on
April 9, 2010
How to add buttons with function of inserting mark/tag ?
<% // The follow code from the help
document
attached in my CuteEditor will realize the function of inserting a custombuton. ToolControl tc = Editor1.ToolControls[''insertcustombutonhere'']; if (tc != null) { Image Image1 = new Image(); Image1.ToolTip = ''Insert today's date''; Image1.ImageUrl = ''tools.gif''; Image1.CssClass = ...
Posted to
Cute Editor for .NET
(Forum)
by
sageking2
on
April 1, 2010
More Search Options
« First
...
< Previous
182
183
184
185
186
Next >
...
Last »