Advanced HTML Editor 3 Support Product Page

Solved

No toolbars

Reported 15 Apr 2011 12:34:50
1
has this problem
15 Apr 2011 12:34:50 John Pawson posted:
I've just installed this but I get a textarea with a blue border, but no toolbars.

Firefox error log throws up:

Error: H is undefined
Source File: db.aardvarksafaris.com/ScriptLibrary/jquery-latest.pack.js
Line: 19

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="../../styles/dmxEditor.css" />
<script type="text/javascript" src="../../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../../ScriptLibrary/dmxEditor.min.js"></script>
<script type="text/javascript" src="../../ScriptLibrary/require.js"></script>
</head>

<body>
<table width="650" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><form id="form1" name="form1" method="post" action="">
<textarea id="advHTMLEdit1" name="advHTMLEdit1" class="dmxEditor" style="width:600px;height:200px"></textarea>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#advHTMLEdit1".dmxEditor(
{width:600, height:200, toolbarsOrder:["Common", "History", "Text", "Format", "Lists", "Table", "Insert", "Font", "Style", "Code"]}
);
}
);
// ]]>
</script>
</form>
</td>
</tr>
</table>
</body>
</html>

Replies

Replied 18 Apr 2011 11:40:42
18 Apr 2011 11:40:42 Patrick Woldberg replied:
you have an old version of jQuery, make sure version 1.4.4 is on your server.
Replied 18 Apr 2011 11:58:37
18 Apr 2011 11:58:37 John Pawson replied:
I used the version you packed with the extension!!!!!
Replied 20 Apr 2011 02:22:09
20 Apr 2011 02:22:09 manuel pinto replied:
Just got the same problem ... no toolbars!
Replied 20 Apr 2011 14:27:05
20 Apr 2011 14:27:05 manuel pinto replied:
I just have it working. I use firefox (latest) and clean history and cookies and it working on my local server. But on live site it's not working. It's because of permissions (access). I just try several ways and it's always not workink. I use my ftp settings also and none. Here it is the error: If you are the webmaster of this site please log in to Cpanel and check the Error Logs. You will find the exact reason for this error there.

Common reasons for this error are:

Incorrect file/directory permissions: Above 755. In order files to be processed by the webserver, their permissions have to be equal or below 755. You can update file permissions with a FTP client or through cPanel's File Manager.
Incorrect Apache directives inside .htaccess file. Make sure you have not specified unsupported directives inside the local .htaccess file. Such include PHP settings and Apache module settings.

Hope you can help me. Thanks
Replied 04 May 2011 04:13:12
04 May 2011 04:13:12 Alice Erickson replied:
I had the same problem and fixed it easily enough by downloading 1.4.4 JQuery, but I find it a little annoying and a lot surprising that the extension didn't install this in the first place. Am I missing something?
Replied 04 May 2011 09:40:17
04 May 2011 09:40:17 Teodor Kuduschiev replied:
Hello Alice,

The extension should put the jquery 1.4.4 when you apply it on your page.
If you have an older version of jquery - you can also remove it from your scriptlibrary folder and the editor will put the new version there.

Reply to this topic