Sha256: eb9350cb69aa3321d8c437e08eb83cf18bd1484f3b35508425838b4386ce85ea
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * XML editor plugin * * @package PhpMyAdmin */ AJAX.registerOnload('transformations/xml_editor.js', function() { $.each($('textarea.transform_xml_editor'), function (i, e) { CodeMirror.fromTextArea(e, { lineNumbers: true, indentUnit: 4, mode: "application/xml", lineWrapping: true }); }); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simpletool-0.0.3 | lib/support/phpmyadmin/phpmyadmin/js/transformations/xml_editor.js |
simpletool-0.0.2 | lib/support/phpmyadmin/phpmyadmin/js/transformations/xml_editor.js |