Okay I followed your suggestion and for the most part it worked. There were some bugs though,
I've listed them below:
1. Some of the stylesheets created were empty and the links to their position was to my computer instead of their relative position.
2. I created 4 File Managers and only 1 worked. The code was there for all 4, but 2-4 only showed a text field.
The link to the kcfinder was created 4 times.
<script defer type="text/javascript" src="../webassist/kcfinder/filebrowse.js"></script>
<script defer type="text/javascript" src="../webassist/kcfinder/filebrowse.js"></script>
<script defer type="text/javascript" src="../webassist/kcfinder/filebrowse.js"></script>
<script defer type="text/javascript" src="../webassist/kcfinder/filebrowse.js"></script>
4. I created several textareas, but they were all created as text.
5. One more bug I just noticed. On the File Manager that is showing up. When I click the folder and search for the file to upload it allows me to do it but when I've finished uploading the file the done button doesn't do anything. The screen just sits there until I click the close screen by clicking the red finder button in the top left. (Mac)
The ckeditor and the datepicker both seemed to work fine.
I'll let you know if I see more.