jQWidgets Forums

This topic contains 3 replies, has 2 voices, and was last updated by  dacostam 8 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

  • dacostam
    Participant

    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).

    jqxTextArea

    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


    Hristo
    Participant

    Hello dacostam,

    Is it possible to have another script that manipulate this widget?
    In our demos we do not observe that behavior.
    Could you try to create brand new textarea.
    Please, provide us an example with this scenario if it is possible. (better in https://www.jseditor.io/)

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com


    dacostam
    Participant

    JSEditor does not have jqWidgets API included, and the only accepts, as far as I can tell, a CDN. Do you have a CDN for jqWidgets?(I searched for one, but came up empty). Am I missing something?


    dacostam
    Participant

    I resolved the issue. Turns out there was another API which was hiding the jqWidgets textarea element.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.