Hallo Leute,
habe ein kleines Problem, aber ich bin sicher Ihr könnt mir helfen.
Hat einer eine Ahnung, wie ich die TabellenToolbar aus dem HtmlArea entfernen kann?
Alle anderen Buttons kann ich entfernen nur nicht die Tabellen-buttons.
z.B. Table properties, Row properties ...
Hier der Code:
Wo kann denn das blos versteckt sein??
htmlarea.js:
this.toolbar = [
[ "fontname", "space",
"fontsize", "space",
"formatblock", "space",
"bold", "italic", "underline", "separator",
"strikethrough", "subscript", "superscript", "separator",
"copy", "cut", "paste", "space", "undo", "redo" ],
[ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
"insertorderedlist", "insertunorderedlist", "separator",
"forecolor", "hilitecolor", "separator",
"inserthorizontalrule", "createlink", "htmlmode", "separator",
"separator", "about" ]
];
Vielen Dank schon im Vorraus.
mfg
Tommy Fly :confused: