Submit
Path:
~
/
/
opt
/
psa
/
phpMyAdmin
/
js
/
src
/
transformations
/
File Content:
json_editor.js
/** * JSON syntax highlighting transformation plugin * * @package PhpMyAdmin */ AJAX.registerOnload('transformations/json_editor.js', function () { $('textarea.transform_json_editor').each(function () { CodeMirror.fromTextArea(this, { lineNumbers: true, matchBrackets: true, indentUnit: 4, mode: 'application/json', lineWrapping: true }); }); });
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
image_upload.js
787 bytes
0644
json.js
628 bytes
0644
json_editor.js
435 bytes
0644
sql_editor.js
276 bytes
0644
xml.js
623 bytes
0644
xml_editor.js
370 bytes
0644
N4ST4R_ID | Naxtarrr