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
17
of
85
(
848
total posts)
< 1
second(s)
Re: AutoPostBack on Enter Key ?
Hello: Plage try this script: <script runat=''server''>protected override void OnInit(EventArgs e) { base.OnInit(e); Editor1.Attributes[''oninitialized''] = ''Client_Handle_Editor_Initialized(this)''; }</script> <script> function ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
May 12, 2005
Re: Accessibility - Keyboard Shortcuts
Tim: Yes , the shortcut displayed in context-menu is just a tool-tip . You could implement it by yourself : First , attach the client event on editor load: Editor1.Attributes[''oninitialized'']=''OnEditorInit(this)''; Second , write this script : <SCRIPT> var editor; var editdoc; function ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
April 11, 2005
Re: Sequence of events - Queue table shows uploaded BEFORE Ajax postback fired and complete
Hi netgry, You can custom the queue table to show what you need to the end user, please refer to http://www.ajaxuploader.com/document/scr/html/create-custom-queue-table.htm. Regards, Ken
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 21, 2014
Re: Determining POstBack Button in code behind VB
Please check this example. The source code of this example can be found in the download package. How to capture the SAVE button click event?( C# | VB ) This example demonstrates how to capture the SAVE button click event by using client-side code ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 6, 2008
Re: Lost postback event when setting the Autoconfig property
http://cutesoft.net/example/general.aspx We tried the above example. It works fine. I don't think it's a bug of Cute Editor. Please check your own code. The source code of the above example can be found in the download package.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 10, 2009
Re: CuteEditor still strips all script elements though I set EnableStripScriptTags = false
Thank you for your reply. Your example works fine, because it doesn't
postback
to server side to set Editor.Visible=false to hide the editor. It just set DIV's style to hide the editor on the client side. But it doesn't solve the problem in my application that has to
postback
to use Editor.Visible=false to hide the editor. ...
Posted to
Cute Editor for .NET
(Forum)
by
ytang
on
January 9, 2007
Re: Creating a Control Server Side
The example you provided worked fine and there didn't seem to any difference between your code and the code I had written. It turns out the issue in my instance was the result of the objects only being created on Page Load when there was no
postback
. Due to the construction of the site we're building,
postback
s (mostly ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
danpc
on
September 29, 2014
Re: getting file modified date from CuteWebUI_AjaxUploader_OnSelect
Hi Roughan, Please try the example below. It shows you how to get the original file path. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> void InsertMsg(string ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
May 29, 2011
Re: Uploader inside AJAX CollapsiblePanelExtender doesn't work
Okay, I've got it working. One of the attributes of the CollapsiblePanelExtender is Suppress
PostBack
, which you can set to true or false. Before adding the Cute Uploader I had an UpdatePanel within the target of the collapse panel extender, and I had Supress
PostBack
set to true. So expanding and collapsing the panel was nice and smooth. When ...
Posted to
Ajax Uploader
(Forum)
by
danparks
on
February 28, 2009
Re: change upload-path dynamically
thanks, that works! Now a further question to this issue. If I press ''insert Image'' or ''Insert xxx'' I want to create the folder. But on those buttons is no
postback
, so I cannot do like I do with the ''Save''-Button: Private Sub Editor2_
PostBack
Command(ByVal Sender As Object, ByVal e As ...
Posted to
Cute Editor for .NET
(Forum)
by
Daniel Krebs
on
August 9, 2005
More Search Options
« First
...
< Previous
15
16
17
18
19
Next >
...
Last »