|
Search
You searched for the word(s): javascript
Showing page 148 of 408 (4,076 total posts)
< 1 second(s)
-
pbwbart:
I am using the XHTML property,
changing back to text everything works fine.
CDATA is only allowed in <script> tags not in <style> tags.
so the xhtml property is useless for me at the moment.
BTW in script tags there is also a problem with the cdata part.
In some cases the first letter of the javascript will be ...
-
I need the ability to change the ReadOnly state dynamically via Javascript. Is there any way to do this?
My application is a error reporting application, and depending on the status of the error. A text field might be enabled or disabled. So I need to be able to enable/disable the fields as the user moves from error to ...
-
Hi,
I also have this problem/need.
I asked Adam on live chat about making the control in ''Use as Image Selector'' hidden. He said to contain the control in a div which is hidden, like:-
<div style=''visibility:hidden;''>
The control
</div>
BUT when you do this the javascript function ''InputURL'' ...
-
Hi I am using the code for Ajax Uploader
<asp:ImageButton ID=''btnBrowse'' runat=''server'' Width=''87px'' Height=''17px'' meta:resourcekey=''btnBrowseResource1'' style=''cursor:default;'' />
...
-
That is a javascript function from Cute Editor
In CuteSoft_Client\CuteEditor\Scripts\IE_Implementation\CuteEditorImplementation.js
function ShowDialog(handler,url,args,feature)
{
var win=_dialogWindow||window;
_dialogWindow=null;
return Window_ShowDialog(win,handler,url,args,feature);
}
function ...
-
Igor,
It's not a easy thing because starting upload is a client side behavior.
If you are not using AJAX , the client side state already be disposed.
So , if you use AJAX , you can just send JAVASCRIPT to start it :
var ...
-
Hello,
I have the editor embedded in a gridview and it works great.
I just want to preview the live content before I submit it to the database.
The editor doesn't use the javascript in the preview mode. Below is some code that I want to use to show the content of the editor in a label box that is not embedded in the ...
-
Hello,
Basically what I am trying to do is to add the text in the absolute frame added at button click of my ''asp button'' on page.
editor1.ExecCommand(''PasteHTML'', false, textE2);
But this gives a lot of javascript error.
How can I add the text in absolute div on my custom button, if my cursor is in div then ...
-
Thanks, but that's not going to work with gridviews very well and doesn't ''fit'' with the way ASP.NET does validation. For what its worth, I ended up removing the MaxHTMLLength Property and implementing a customvalidator. This works both inside and outside a gridview and ...
-
I'm trying to get CuteEditor to work via AJAX again.
I've set my page up just like your AJAX example.
I have a table cell that the Editor will be placed in named 'timelineEditor'
in my javascript I call this:
new Ajax.Request(''modules/buscal/detail/getTimelineEditor.php'', { ...
... 148 ...
|
|
|