Edit text on frontend

0
Which widget can I use to edit text on the frontend?
asked
2 answers
0

Hi Maria, you have several widgets that you can use to edit text. When the text is just one line, you can go to the toolbox and select the textbox.

imagem.png https://docs.mendix.com/refguide/text-box/

 

If there are multiple lines, you have the TextArea as an option.

imagem.pnghttps://docs.mendix.com/refguide/text-area/ 

If you want something more complex, where you can customize the text by putting it in Bold or italics, you can use RichText. To do this, go to the marketplace and search for RichText and select the one that has Mendix as a publisher.

imagem.png

https://marketplace.mendix.com/link/component/74889

 

I hope it helps!

answered
0

It depends on your requirements.

Single line plain text: https://docs.mendix.com/refguide/text-box/

Multiline plain text: https://docs.mendix.com/refguide/text-area/ 

For rich text: https://docs.mendix.com/appstore/widgets/rich-text/

 

Would one of those fit your needs?

answered