Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): postback
More Search Options
Showing page
16
of
85
(
848
total posts)
< 1
second(s)
Re: After File Upload page is automatic post.. which i dont want.. i
Dear appliquertech, ASP Uploader need to transfer the upload files to the server, so the
postback
is necessary. If you just want to prevent it, you can try the code below <script> function CuteWebUI_AjaxUploader_On
Postback
() { return false; } </script> If you want to submit the page after all ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
January 24, 2011
Re: change font size in textarea by css
Please use the following code: <% Dim editor Set editor = New CuteEditor editor.ID = ''Editor1'' editor.EditorBodyStyle=''font-family: Verdana;font-size=25;'' If request.QueryString(''
postback
'') <> ''true'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 26, 2010
Re: Not seeing how you customize toolbar for instance
Hi Planet Maine, Option 1: Use properties TemplateItemList. The below editor will only show three button in the toolbar. <CE:Editor ID=''editor1'' runat=''server'' TemplateItemList=''Save,Find,Copy''> </CE:Editor> All button name you can ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 7, 2010
Re: Question regarding component lifecycle
kbenz: I am working on an application with which you can construct a fax by filling out a form and attaching one or more documents. On one particular form, one use case has the user attaching a document (with it automatically being uploaded) either one at a time or in mass. At some point the user either manually fills in the destination ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
December 6, 2009
Re: CuteEditor JS Error 800a025e
ajouadi: Hi everybody, In my aspx page, i have two cuteedior placed on updatepanel .. when a
postback
event, it generate a JS error : ''htmlfile: Could not complete the operation due to error 800a025e'' ==> if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0] then ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 29, 2009
Re: how to add required field validator to upload button
Hi, Currently the Uploader can't not be applied the validation control. while the uploader would do a
postback
to server after it upload a file, You can send a flag to client side after the file are uploaded. Or you can check our online sample ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
January 5, 2009
Re: Save Button -- Where can I read about it in the developer's guide?
Hi jreeney, you can try this way: <CE:Editor id=''Editor1'' runat=''server'' On
PostBack
Command=''Editor1_
PostBack
Command'' ></CE:Editor> <script runat=''server''> protected void Editor1_
PostBack
Command(object sender, CommandEventArgs e) { ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 6, 2008
Re: The "Insert Table" drop down seems to act differently between my mycustom.config and full.config.
jason, Strange. It works just fine here. Can you try the following configuration? <?xml version=''1.0'' encoding=''utf-8'' ?><configuration> <contextmenu> <item name=''Editing'' value=''False'' /> <item name=''Format'' value=''False'' /> <item name=''Insert'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 2, 2007
Re: netSpell - submitting form
>>How can i force the NetSpell to not submit the form, once I hit cancel? It's strange. The ''Cancel'' button should not trigger any
postback
, submit the form....Please test the spell button in the following example:http://cutesoft.net/example/general.aspx Here is the cancel button html code: <input ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 20, 2006
Re: Stripped Script Blocks
>>1) Is it possible to allow scripts to run in Preview mode even though I want them stripped in Normal and HTML mode? No. >>2) Is it possible to hide the <!-- Injected Script --> in Normal mode? <!-- Injected Script --> is inserted on the server side when page
postback
. >>3) ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 7, 2006
More Search Options
« First
...
< Previous
14
15
16
17
18
Next >
...
Last »