QuickNote widget

The QuickNote is a way to save notes that you remember without having to write them down on paper. Instead, you drag the text and drop it on the QuickNote to save it in the list. When you want to use the text, you drag it from the list and drop it on any panel.

You can use the widget id to control whether the widget appears in the Widget Library. See Removing a widget from the Widget Library list.

id Mango.Widgets.QuickNote
assemblyName Mango.UI
applicationGroup SmartClient
factoryClass Mango.Widgets.QuickNoteFactory
Setting Description
ShowCreationDate Shows the date when the item was added to the QuickNote. The value can be true or false. True is default.
WrapText If the QuickNote should wrap the text if the item has a long value. The value can be true or false. False is default.
ViewAsLink If the item in the QuickNote is a link, it will be shown as a clickable link, not just as text. E.g. if you add mforms://mms001, it will be "Item.Open" as a link to mms001, instead of the text "mforms://mms001" The value can be true or false. True is default.