Advanced HTML Editor 3 Support Product Page

This topic is locked
Answered

BackGround Headache!!!!! Resolved

Asked 19 Oct 2011 20:45:45
1
has this question
19 Oct 2011 20:45:45 Robert Shefferd posted:
I am using AHE3

While in visual preview of my page. I Click on it and it displays a property inspector. There I can change some of the settings are choose the "Advanced" button for all the options.
The AHE3 dialog box appears and shows me the settings for AHE3 for my page. One of these settings is to set the Background color of the text box. When I select the color I want then box it does ABSOLUTELY nothing to change color. I need the background of my text box displayed to the user to be #333333 yet its defaulting to "white" How come this worked in AHE2 without hassle but in AHE3 its doing nothing....

Help me change this setting to #333333 background PLEASE!!!!

Replies

Replied 19 Oct 2011 20:51:14
19 Oct 2011 20:51:14 Robert Shefferd replied:
Only thing I see changes in the code is this line...
BEFORE

jQuery("#advHTMLEdit1".dmxEditor(
{width:750, height:550, focusOnLoad:true, uploadProcessor:"php", resizeMaxWidth:600, resizeMaxHeight:300, locale:"en"}
);

AFTER

jQuery("#advHTMLEdit1".dmxEditor(
{width:750, height:550, bgColor:"#333333", focusOnLoad:true, uploadProcessor:"php", resizeMaxWidth:600, resizeMaxHeight:300, locale:"en"}

And this change DOES NOT change the background color it stays white!
Replied 20 Oct 2011 10:17:31
20 Oct 2011 10:17:31 Miroslav Zografski replied:
Hello Robert,

Open file designtime.css located in Styles/dmxEditor folder and on line 7 find the css selector statement as follows:
...body{
font-family:sans-serif;font-size:12px;background:#FFF;....

in the background property change the color signature to your liking and add !important so the input resembles:
...body{
font-family:sans-serif;font-size:12px;background:#333 !important;....

Replied 21 Oct 2011 01:54:27
21 Oct 2011 01:54:27 Robert Shefferd replied:
Thank you so very much, are a time and life saver!!!!![]

Reply to this topic