Select option added in editor config button to enable/disable autoclosetag in html mode

This commit is contained in:
robertop23
2013-10-11 22:31:22 -04:30
parent 4233383a98
commit 3744d9b71d
5 changed files with 29 additions and 19 deletions
@@ -50,7 +50,7 @@
lineNumbers: true,
indentUnit: 4,
styleActiveLine: true,
autoCloseTags: true,
autoCloseTags: current_closetag,
theme: current_theme,
tabMode: "shift",
lineWrapping: true,