editor default skin 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-11-10 06:43:50 +00:00
parent 53f53f6a18
commit e103fa10c2
9 changed files with 116 additions and 65 deletions

View file

@ -100,5 +100,17 @@
}
function dispEditorPreview(){
/*
Context::setResponseMethod();
$content = Context::get('content');
$oContext = Context::getInstance();
$content = $oContext->transContent($content);
Context::setResponseMethod('XMLRPC');
Context::set('content',$content);
*/
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('preview');
}
}
?>
?>