6
I thought the framework was included in the core now?
Edit:
To enable WYSIWYG editors in AMS 2.52 if you are running XOOPS 2.3 or higher without downloading the Framework, change line 61 in AMS/include/storyform.inc.php to
if(file_exists(XOOPS_ROOT_PATH."/class/xoopsformloader.php"))
It's a quick and dirty solution, but should do the trick.