File "xml_editor.js"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/js/dist/transformations/xml_editor.js
File size: 333 B
MIME-type:
Charset: utf-8

Download   Open   Back

/**
 * XML editor plugin
 *
 * @package PhpMyAdmin
 */
AJAX.registerOnload('transformations/xml_editor.js', function () {
  $('textarea.transform_xml_editor').each(function () {
    CodeMirror.fromTextArea(this, {
      lineNumbers: true,
      indentUnit: 4,
      mode: 'application/xml',
      lineWrapping: true
    });
  });
});

PHP File Manager