Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103890
    fabriceb
    Participant

    Hi,

    in your doc’s page : https://www.htmlelements.com/docs/editor-methods/

    there’s a mistake in executeCommand/InsertTxt example :

    editor.executeCommand('insertText', false, 'Plain Text inserted');
    the ",false," should not exist. The correct examnple is :
    editor.executeCommand('insertText', 'Plain Text inserted');
    
    
    fabriceb
    • This topic was modified 1 year, 6 months ago by fabriceb.
    • This topic was modified 1 year, 6 months ago by fabriceb.
    • This topic was modified 1 year, 6 months ago by fabriceb.
    #103901
    admin
    Keymaster

    Hi fabriceb

    Thank you for the feedback. The reported docs issue in the docs is now resolved.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.