require_once
'CKFinder설치 절대경로/ckfinder.php'
;
$finder
=
new
CKFinder();
$finder
->BasePath =
'CKFinder설치 웹경로/'
;
$finder
->Create();
?>
<style type=
"text/css"
>
body {
overflow:hidden; height: 100%;
}
</style>
<script type=
"text/javascript"
>
function
blowupIframe() {
var
targ = $(
'#ckfinderframe'
);
var
targHeight = $(window).height()-150;
targ.css({
'width'
:
'100%'
,
'height'
: targHeight +
'px'
});
}
</script>