Text Editor

Users can take notes directly from this text editor in your application even offline and find them even after the application has closed (local storage). 

Insert text editor

Text editor is a web component. It is not available in the list of components, you must download it from this link: rich-text-editor.zip

Import this ZIP into your project. To add it into your screen, click Components and insert a Web component. Place it where you want to display text field

Add the .zip file in the Properties window.

Double-click on the grey area to preview text editor. That's all! 

Users can add text directly from your application using keyboard. Text is saved using local storage on the user's device even if the application is closed.

Style options

Text editor provides style options:

  • Bold
  • Italics
  • Barred
  • Links
  • Title Style
  • Quote
  • Code
  • Bullets, numbers
  • Increment / Decrement the level
  • Cancel / Reset

Delete text

The text entered by the user is then stored in the application and always present. To allow the user to erase this text, you must create a button. 

Create a button

Select the button and click on Actions.

Select a trigger and the action Interact with a component

Select Web component 

Select the action Clear

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.