var
myEditor
=
new
YAHOO
.
widget
.
Editor
(
'yourtextareaid'
,
{
height
:
'300px'
,
width
:
'522px'
,
dompath
:
true
,
animate
:
true
});
yuiImgUploader
(
myEditor
,
'yui_image_uploader.php'
,
'your_image_input_name'
);
myEditor
.
render
();