|
Browse by Tags
All Tags » jQuery
-
Hi,
I see inconsistent behaviour when CuteEditor is inside a Jquery Tab. The following code reproduces the problem:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script ...
-
I just updated my Microsoft Visual Studio to:
Microsoft Visual Studio Express 2013 for Web Ver 12.0.21005.1 REL
Microsoft .NET Framework Ver 4.5.50938
My CuteEditor id is Editor1. When I try to run a page VS 2013, the page comes up showingthe editor but then I get a message box with the error:
Unhandled exception ...
-
Hi, guys.
I'm using ajax uploader component in company.
I have a trouble to develop like below.
<span class="Lbtn"><input type="button" value="Add" class='fncAdd' /></span>
<span ...
-
So I've the following page (edited for ...
-
When I include jquery on my page, my dropdown selectors in CE aren't displaying (font color, table, highlight...). Even if I just include the jquery.js file on the page it disables them somehow. Any suggestions? I've played around with the focus flag, and moved all jquery calls to the end of my page, but still the dropdown ...
-
I'm still having this issue as discribed above. I'm having trouble using the ''getHTML'' method with in jQuery...
If you run this..
$(document).ready(function() { }); function showContent() { ...
-
I'm using jQuery to do an auto save draft of a CuteEditor window and I'm trying to access the HTML in the CuteEditor and I'm getting an error.
Here is my code:
var HTMLBodyEnglish = document.getElementById('<%= txtEditorEnglish.ClientID%>');
//var test = HTMLBodyEnglish.innerHTML();
// retrieving the content of ...
-
Hello, I am a trying to load an external .aspx file (on the same webserver, in the same directory) into a modular div in my page. The external file contains an ajax uploader control. When i finish my upload, the uploader throws a ''incorrect license file'' error. I'm guessing the uploader license file isn't a fan of me loading an external page ...
|
|
|