mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
editor default skin 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
53f53f6a18
commit
e103fa10c2
9 changed files with 116 additions and 65 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue