I think I may have found it…
Code:
<script type="text/javascript">
<!--
function init()
{
cssjsmenu('navbar');
if (document.getElementById)
{
var kill = document.getElementById('hoverJS');
kill.disabled = true;
}
if (typeof _editor_url == "string") HTMLArea.replaceAll();
}
// -->
</script>
<script type="text/javascript">
_editor_url = "/sexyjlingerie/editors/htmlarea/";
_editor_lang = "en";
</script>
<script type="text/javascript" src="/sexyjlingerie/editors/htmlarea/htmlarea.js"></script>
<script type="text/javascript">
HTMLArea.loadPlugin("TableOperations");
HTMLArea.loadPlugin("SpellChecker");
</script>
It looks like the textarea's id would be: id="file_contents" can any one confirm this for me?
Thanks guys