19 include_once($ROOT_PATH.
'wysiwyg_plugin.inc');
60 with (btn.element.style) {
61 backgroundColor = HTMLArea._makeColor(doc.queryCommandValue(
"backcolor"));
62 color = HTMLArea._makeColor(doc.queryCommandValue(
"forecolor"));
63 fontFamily = doc.queryCommandValue(
"fontname");
64 fontWeight = doc.queryCommandState(
"bold") ?
"bold" :
"normal";
65 fontStyle = doc.queryCommandState(
"italic") ?
"italic" :
"normal";
68 with (btn.element.style) {
69 backgroundColor =
"#FFFFFF";
88 el = document.createElement(
"div");
89 el.appendChild(document.createTextNode(
"A"));
90 el.className =
"htmlarea-indicator";
91 el.title = HTMLArea.I18N.tooltips.textindicator;
99 state: setButtonStatus
101 tb_objects[txt] = obj;