|
Search
You searched for the word(s): postback
Showing page 3 of 85 (848 total posts)
< 1 second(s)
-
At one point, this worked in our app. When the user had the editor in full screen (using the ''Fit to window'' button,) if they clicked the Save button, the editor returned to full screen after postback. However, about the time I hacked around the issue of not being able to get at the ''getHTML'' method of the editor when in a DIV set ...
-
Hi,
I'm using the postback property for the button ''FullPage'', it's seems to work.
my behind code is this, to understand what i'm doing.
Public Sub Editor1_PostBackCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) Handles Editor1.PostBackCommand ...
-
I recently upgraded from 5.3 to 6.0. I replaced the DLL's in the BIN directory, and all the references. I also replaced the CuteEditor_Client directory.
Since the upgrade, the control does will not maintain the text across
postback. I set the text in the page load, and I can verify (in
debugging) that it has been set. I ...
-
Hi there,
The postback of the cuteeditor looks something like this (if you write ''test'' in the editor):
ctl02
#1div#2t#9#7t#1/div#2
In a clean environment I can get the correct text with editor.text, but in the environment where i use it, editor.text always return the same text as in the postback. What can I do ...
-
ncodd:
Hi I wondered if anyone has had a fix for this issue,
I am currently getting the same error, after creating my own page from the demo.
I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more ...
-
gurpreet, Try the following code: <script runat=''server''>
void Page_Load(object sender, System.EventArgs e)
{
if (IsPostBack)
{
.......
...
-
Hi,
Can you try the example page below on your site? Does it get the same problem? If yes, can you send me this example page url? So I can check on it ...
-
Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %>
<%@ Register ...
-
Hi I wondered if anyone has had a fix for this issue,
I am currently getting the same error, after creating my own page from the demo.
I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more than one I ...
-
I'm currently evaluating CuteEditor and have a snag with js events and postbacks.
In essence, when the page intitially loads, I can attach events fine, it works. However, once the page has been posted back, the events are not attached (unless the text in the cute editor has changed).
From what I can gather, the ...
3 ...
|
|
|