<tr>
<td class="tdLabel"><label for="myId" class="label">myLabel:</label></td>
<td>
<script type="text/javascript" src="/struts/richtexteditor/fckeditor.js"></script>
<script>
	var oFCKeditor_myId = new FCKeditor( 'myName' ) ;
	oFCKeditor_myId.BasePath = '/struts/richtexteditor/' ;
	oFCKeditor_myId.Config['AutoDetectLanguage'] = 'false' ;
	oFCKeditor_myId.Config['DefaultLanguage'] = 'fr' ; 
	oFCKeditor_myId.Create() ;
</script>
</td>
</tr>
