Widget - Text

This new widget will help you to keep the important notes always in sight.

This widget will help you to keep the important notes always in sight.

It is possible to keep there any important information regarding the table, or by using JavaScript simply view today's date or the user's email address.

Text settings

In the text settings, you can enter any content which will appear in the text widget and edit it according to your needs. Set up the widget background and if needed, fill in the widget information that can help to specify the widget content.

JavaScript examples:

JavaScript example for displaying today's date and time:

${new Date().toLocaleString()}

JavaScript example for displaying today's date:

${new Intl.DateTimeFormat('it-IT').format(new Date())}

JavaScript example for displaying user's email address:

${doo.currentUser.email}