Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: upload files button doesnt' work
Re: upload files button doesnt' work
02-19-2010, 11:32 AM
bartg
Joined on 02-19-2010
Posts 8
Re: upload files button doesnt' work
Reply
Quote
I forgot, my code;
<?
echo
'<br />'
;
include_once
(dirname(DIR).
'/cuteeditor_files/include_CuteEditor.php'
);
$editor
=
new
CuteEditor();
$editor
->ID =
$id
;
$editor
->Text =
$text
;
$editor
->EditorBodyStyle =
"font:normal 12px arial;"
;
$editor
->AutoConfigure =
"Full_noform"
;
$editor
->ThemeType=
"Office2007"
;
$editor
->Width=
"100%"
;
$editor
->AbsoluteImageGalleryPath = DIR_CACHE.
'/gallery/'
;
$editor
->ImageGalleryPath = CACHE_WWW.
'/gallery/'
;
$editor
->SecurityPolicyFile =
"admin.config"
;
$editor
->Draw();
echo
'<br />'
;
$editor
=null;
View Complete Thread