diff --git a/gulliver/bin/tasks/templates/sysGeneric.php.tpl b/gulliver/bin/tasks/templates/sysGeneric.php.tpl index 6096079f0..bd94fe686 100755 --- a/gulliver/bin/tasks/templates/sysGeneric.php.tpl +++ b/gulliver/bin/tasks/templates/sysGeneric.php.tpl @@ -142,7 +142,6 @@ $docuroot = explode ( PATH_SEP , $_SERVER['DOCUMENT_ROOT'] ); G::LoadSystem('form'); G::LoadSystem('menu'); G::LoadSystem("xmlMenu"); - G::LoadSystem('dvEditor'); G::LoadSystem('table'); G::LoadSystem('pagedTable'); G::LoadSystem('tree'); diff --git a/gulliver/js/dveditor/core/dveditor.js b/gulliver/js/dveditor/core/dveditor.js deleted file mode 100755 index 03aeebace..000000000 --- a/gulliver/js/dveditor/core/dveditor.js +++ /dev/null @@ -1,136 +0,0 @@ -function DVEditor(where,body,oHiddenInput,height,mode,editorId) -{ - var me=this; - var hiddenInput=oHiddenInput; - var iframe=$dce("iframe"); - //NOTE: className no funciona en FIREFOX - iframe.style.width="100%"; - iframe.style.height=height; - iframe.style.margin="0px"; - iframe.style.padding="0px"; - iframe.style.border="none"; - where.appendChild(iframe); - var head=document.childNodes[0].childNodes[0]; - var header=''; - if (iframe.contentWindow) { - var doc = iframe.contentWindow.document; - } else { - var doc = iframe.contentDocument; - } - var _header = $dce("head");// head.cloneNode(true); - for (var i=0;i