Submit
Path:
~
/
/
opt
/
psa
/
phpMyAdmin
/
js
/
dist
/
transformations
/
File Content:
xml_editor.js
/** * 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 }); }); });
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
image_upload.js
730 bytes
0644
json.js
577 bytes
0644
json_editor.js
392 bytes
0644
sql_editor.js
267 bytes
0644
xml.js
572 bytes
0644
xml_editor.js
333 bytes
0644
N4ST4R_ID | Naxtarrr