Merged in jennydmz/processmaker (pull request #1242)

PM-1055 Fixing CodeMirror Mode and Autocomplete
This commit is contained in:
Julio Cesar Laura Avendaño
2014-12-05 14:32:41 -04:00
2 changed files with 836 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ CodeMirror.commands.autocomplete = function(cm) {
var triggerEditor = CodeMirror.fromTextArea(document.getElementById("form[TRI_WEBBOT]"), {
lineNumbers: true,
matchBrackets: true,
mode: "application/x-httpd-php",
mode: "application/x-httpd-php-open",
PMEnabled: true,
indentUnit: 2,
indentWithTabs: false,