Advanced HTML Editor 3 Support Product Page

Under investigation

HTML EDITOR 3 File Manager and Image Manage On two editors not working

Reported 18 Feb 2014 19:49:02
1
has this problem
18 Feb 2014 19:49:02 Foster Brovan posted:
Hi
I am using HTML Editor 3 with Image Manager and File Manager
When I have them on more the one editor my Value text will not show.
I am using a CP windows vista with PHP and Dreamweaver 5.5
Here is a link to a test page with Fire Fox: www.myoutdoorbuddy.com/A_testpage1.php
It works in Internet Explorer But not in Fire Fox, Crome or sifari.
Here is the code

mysql_select_db($database_database, $database);
$query_Recordset1 = "SELECT Article_ID, Article_Description, Article_Description_Image FROM Columnist_Articles WHERE Article_ID = 8564";
$Recordset1 = mysql_query($query_Recordset1, $database) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://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/require.js"></script>
<link rel="stylesheet" type="text/css" href="ScriptLibrary/dmxEditor/iconsets/colorful_32/colorful_32.css" />
<link rel="stylesheet" type="text/css" href="styles/dmxEditor/office/office.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxEditor.min.js"></script>
</head>

<body>
<p>Foster Test</p>
<form id="form1" name="form1" method="post" action="">
  <label for="mytextbox"></label>
  <textarea id="mytextbox" name="mytextbox" class="dmxEditor office" style="width:600px;height:400px"><?php echo $row_Recordset1['Article_Description_Image']; ?></textarea>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#mytextbox").dmxEditor(
         {"ImageGallery": {"path": "images/gallery/", "subFolder": "images", "allowFilter": false}, "FileManager": {"path": "images/gallery/", "subFolder": "images", "view": "thumb", "showThumbs": true}, "height": 400, "uploadProcessor": "php", "iconSet": "colorful_32", "skin": "office", "toolbars": {"Text": {"enabled": false}, "Format": {"enabled": false}, "Lists": {"enabled": false}, "Table": {"enabled": false}, "Search": {"enabled": false}, "Font": {"enabled": false}, "Style": {"enabled": false}}, "extensions": ["FileManager", "ImageGallery"]}
       );
     }
 );
  // ]]>
</script>
<p>Dilcreption</p>
  <p>
    <label for="Dic"></label>
    <textarea id="Dic" name="Dic" class="dmxEditor office" style="width:600px;height:300px"><?php echo $row_Recordset1['Article_Description']; ?></textarea>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#Dic").dmxEditor(
         {"ImageGallery": {"path": "images/gallery/", "subFolder": "images"}, "FileManager": {"path": "images/gallery/", "subFolder": "images", "view": "thumb", "showThumbs": true}, "uploadProcessor": "php", "iconSet": "colorful_32", "skin": "office", "toolbars": {"Format": {"enabled": false}, "Lists": {"enabled": false}, "Table": {"enabled": false}, "Search": {"enabled": false}, "Font": {"enabled": false}, "Style": {"enabled": false}}, "extensions": ["FileManager", "ImageGallery"]}
       );
     }
 );
  // ]]>
</script>
<p><br />
  jsladaj
  </p>
</p>
<p>
  <label for="FunBox"></label>
  <textarea id="FunBox" name="FunBox" class="dmxEditor office" style="width:600px;height:300px"><?php echo $row_Recordset1['Article_Description_Image']; ?></textarea>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#FunBox").dmxEditor(
         {"ImageGallery": {"path": "images/gallery/", "subFolder": "images"}, "FileManager": {"path": "images/gallery/", "subFolder": "images"}, "uploadProcessor": "php", "skin": "office", "toolbars": {"Text": {"enabled": false}, "Format": {"enabled": false}, "Lists": {"enabled": false}, "Table": {"enabled": false}, "Search": {"enabled": false}, "Font": {"enabled": false}, "Style": {"enabled": false}}, "extensions": ["FileManager", "ImageGallery"]}
       );
     }
 );
  // ]]>
</script>
</p>
</form>
<p>&nbsp;</p>
</body>
</html>

Thank you Foster

Replies

Replied 19 Feb 2014 16:23:18
19 Feb 2014 16:23:18 Teodor Kuduschiev replied:
Please update your Advanced HTML Editor to the latest version and reapply it.. Currently you are using an old version.
Replied 19 Feb 2014 16:43:48
19 Feb 2014 16:43:48 Foster Brovan replied:
I Updated All of the Great plugin I have from dmxzone.
In my Extenstion manager it says Advanced HTML Editor 3.5.2
and in Dreamweaver the Editor has a pincel with lines.
Do I need to do somthing differant to have it change to the newes editor?
Should I Clear my Cash in Dreamweaver?
How to Clear Cash in Dreamweaver:
•For Dreamweaver CS5:
◦Vista, 7 & 8: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver CS5\<language>\Configuration
◦XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver CS5\<language>Configuration\
◦MAC: MacHD : Users : <username> : Library : Application Support : Adobe : Dreamweaver CS5 : <language> : Configuration :
Do I delete all of the Configuration file?
Foster

Reply to this topic