fixed: #9897. Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1

This commit is contained in:
Doug Bell 2009-05-01 18:29:41 +00:00
parent bbbe385889
commit 3320465ca4
66 changed files with 3122 additions and 2275 deletions

View file

@ -157,6 +157,7 @@ sub toHtml {
id : "$id",
syntax : "$syntax",
start_highlight : true,
show_line_colors: true,
toolbar : "search, go_to_line, |, undo, redo, |, syntax_selection, highlight, reset_highlight, |, help"
});
</script>