mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
MINIFY
This commit is contained in:
parent
182572ce49
commit
59ce2d5fb2
67 changed files with 1009 additions and 72 deletions
|
|
@ -1 +1,2 @@
|
|||
function editorStartTextarea(a,b,c){var d=xGetElementById("editor_"+a),e=xGetElementById("htm_"+a).value;d.form.setAttribute("editor_sequence",a),d.style.width="100%",editorRelKeys[a]=new Array,editorRelKeys[a].primary=d.form[c],editorRelKeys[a].content=d.form[b],editorRelKeys[a].func=editorGetContentTextarea;var f=d.form[b].value;e&&(f=f.replace(/<br([^>]*)>/gi,"\n"),"br"!=e&&(f=f.replace(/</g,"<"),f=f.replace(/>/g,">"),f=f.replace(/"/g,'"'),f=f.replace(/&/g,"&"))),d.value=f}function editorGetContentTextarea(a){var b=xGetElementById("editor_"+a),c=xGetElementById("htm_"+a).value,d=b.value.trim();return c&&("br"!=c&&(d=d.replace(/&/g,"&"),d=d.replace(/</g,"<"),d=d.replace(/>/g,">"),d=d.replace(/\"/g,""")),d=d.replace(/(\r\n|\n)/g,"<br />")),d}
|
||||
function editorStartTextarea(a,b,c){var d=xGetElementById("editor_"+a),e=xGetElementById("htm_"+a).value;d.form.setAttribute("editor_sequence",a),d.style.width="100%",editorRelKeys[a]=new Array,editorRelKeys[a].primary=d.form[c],editorRelKeys[a].content=d.form[b],editorRelKeys[a].func=editorGetContentTextarea;var f=d.form[b].value;e&&(f=f.replace(/<br([^>]*)>/gi,"\n"),"br"!=e&&(f=f.replace(/</g,"<"),f=f.replace(/>/g,">"),f=f.replace(/"/g,'"'),f=f.replace(/&/g,"&"))),d.value=f}function editorGetContentTextarea(a){var b=xGetElementById("editor_"+a),c=xGetElementById("htm_"+a).value,d=b.value.trim();return c&&("br"!=c&&(d=d.replace(/&/g,"&"),d=d.replace(/</g,"<"),d=d.replace(/>/g,">"),d=d.replace(/\"/g,""")),d=d.replace(/(\r\n|\n)/g,"<br />")),d}
|
||||
//# sourceMappingURL=xe_textarea.min.map
|
||||
1
modules/editor/skins/xpresseditor/js/xe_textarea.min.map
Normal file
1
modules/editor/skins/xpresseditor/js/xe_textarea.min.map
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"xe_textarea.min.js","sources":["xe_textarea.js"],"names":["editorStartTextarea","editor_sequence","content_key","primary_key","obj","xGetElementById","use_html","value","form","setAttribute","style","width","editorRelKeys","Array","editorGetContentTextarea","content","replace","trim"],"mappings":"AAAA,QAASA,qBAAoBC,EAAiBC,EAAaC,GACvD,GAAIC,GAAMC,gBAAgB,UAAUJ,GAChCK,EAAWD,gBAAgB,OAAOJ,GAAiBM,KACvDH,GAAII,KAAKC,aAAa,kBAAmBR,GAEzCG,EAAIM,MAAMC,MAAQ,OAElBC,cAAcX,GAAmB,GAAIY,OACrCD,cAAcX,GAA0B,QAAIG,EAAII,KAAKL,GACrDS,cAAcX,GAA0B,QAAIG,EAAII,KAAKN,GACrDU,cAAcX,GAAuB,KAAIa,wBAEzC,IAAIC,GAAUX,EAAII,KAAKN,GAAaK,KACjCD,KACCS,EAAUA,EAAQC,QAAQ,gBAAgB,MAC7B,MAAVV,IACCS,EAAUA,EAAQC,QAAQ,QAAS,KACnCD,EAAUA,EAAQC,QAAQ,QAAS,KACnCD,EAAUA,EAAQC,QAAQ,UAAW,KACrCD,EAAUA,EAAQC,QAAQ,SAAU,OAG5CZ,EAAIG,MAAQQ,EAGhB,QAASD,0BAAyBb,GAC9B,GAAIG,GAAMC,gBAAgB,UAAUJ,GAChCK,EAAWD,gBAAgB,OAAOJ,GAAiBM,MACnDQ,EAAUX,EAAIG,MAAMU,MAUxB,OATGX,KACc,MAAVA,IACCS,EAAUA,EAAQC,QAAQ,KAAM,SAChCD,EAAUA,EAAQC,QAAQ,KAAM,QAChCD,EAAUA,EAAQC,QAAQ,KAAM,QAChCD,EAAUA,EAAQC,QAAQ,MAAO,WAErCD,EAAUA,EAAQC,QAAQ,aAAc,WAErCD"}
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
/*! Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**!
|
||||
* @file common.js + js_app.js + xml_handler.js + xml_js_filter.js
|
||||
* @brief XE Common JavaScript
|
||||
* @concat Xpress_Editor.js + xe_interface.js
|
||||
**/
|
||||
(function($){
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue