I incorporated the jqxTextArea widget in my project, but it has text formatting tools in it.
The demo for this widget does not show these tools (see here).

Here is my source code:
<script type="text/javascript">
$(document).ready(function(){
$("#comments").jqxTextArea({placeHolder: 'Comments', height: '300px', width: '500px', minLength: 1});
});
</script>
<textarea id="comments" name="comments"></textarea>
How do I disable the text formatting tools?
P.S. The image above depicts the textarea widget with the text formatting tools. If you cannot see it here, you can copy the link and view it in a separate tab.
P.P.S. I am using jQWidgets v4.1.2