Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
128
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Inactivate or hide browse button
Hi jas101,
Try
<%@
Page
Language=''C#''
AutoEventWireup=''True''
%>
<%@
Register
Assembly=''CuteWebUI.AjaxUploader''
Namespace=''CuteWebUI''
TagPrefix=''CuteWebUI''
%>
<html> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 21, 2010
Re: RE: How to use -- Attachments1.Items.Add
Hi,
Please check this sample code :
protected
override
void
OnLoad(EventArgs
e)
{
base.OnLoad(e);
//need
check
is
postback
or
not
too! ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
August 15, 2009
Re: Is it possible to strip/disallow event attributes on the serverside?
Thomas :
CuteEditor haven't provide that function . But CuteEditor can convert HTML to XmlDocument , you can interate the XmlDocument and remove all scripts .
Here is the example code , you can use it like that:
string cleanHTML=RemoveScripts(Editor1.Text);
----
static public string ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
September 11, 2006
Session changing when Response.Redirect in UploadCompleted is fired
Hi there,
In my Global.asax I am creating a session under session_start to initialise Session[''Session_Id''] but for this example it is being initialised in the Page_Load.
When a file has been uploaded, the UploadCompleted method is fired which then attempts to refresh the page. It's at this point that the Session ''Session_Id'' ...
Posted to
Ajax Uploader
(Forum)
by
thomasm
on
May 12, 2010
Re: CuteWebUI_AjaxUploader_OnStart() Not being called!
Hi Terry,
Yes, that seems to be what is happening.
When I add these functions they don't get called ...
Posted to
Ajax Uploader
(Forum)
by
patriciav
on
August 20, 2009
Re: error? Dialog box in Safari
Hi jackdhp,
You can catch the ''PostBackCommand'' event of the editor, like
<%@
Page
Language=''VB''
%>
<%@
Register
TagPrefix=''CE''
Namespace=''CuteEditor''
Assembly=''CuteEditor''
%>
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 30, 2012
Re: upload works on dev server, not on production server
Additional - here's the script and button markups for submit:
<asp:Button runat=''server'' ID=''SubmitButton'' OnClientClick=''return ...
Posted to
Ajax Uploader
(Forum)
by
rberman
on
June 4, 2010
Re: Does anybody have a cross browser JS function to get selected text
Thanks, that really got me started, I have fixed the errors and added a keepHTML parameter so that I can choose whether I want just plain text or not.
function HTMLFieldGetSelectedText(keepHTML)
{
var rng=null,retval='';
var ...
Posted to
Cute Editor for .NET
(Forum)
by
Flintstone
on
February 8, 2008
adding image to upload
Hi. I'd like to add an image to click on and upload files instead of a button. This is my original code: I remove the code in RED
and add the code in GREEN but it doesn't work. <%
Dim uploader
Set uploader=new ...
Posted to
ASP Uploader
(Forum)
by
oap
on
June 14, 2013
Many function don't work with a styled content
Go to http://cutesoft.net/example/general.aspx 1. Input the test data below. 2.
Ctrl-A to select all content. 3. Try to click some button on toolbar 4. Many function do not work. Bold, Italic, Font Color, Set Font Type, Font Size , Lower Case (upper case
work correctly)
<table style=''margin-left: 0px; ...
Posted to
Cute Editor for .NET
(Forum)
by
huythan
on
December 1, 2007
More Search Options
« First
...
< Previous
126
127
128
129
130
Next >
...
Last »