i need an extremely basic list and for all intents and purposes a simple table field ought to suffice.
Ideally each line should be prefixed with a number so it appears to be a numbered list (although the text is stored in a database as a single field).
Rather than coding my own number listing for each line (which is what i've done in other environments), i thought i'd try the setting the "listStyle" property.
Code: Select all
set the listStyle of line 1 to -1 of field "table field" to "decimal"
But if i want to edit this as a user and just click into the field in browse mode, the text instantly morphs irreversibly into HTML text making it almost unreadable:

Surely this isn't expected behaviour?
Or will I have to lock the text and store the editable version of the text in a custom property and provide the user another way to edit this? (keeping in mind i'm very lazy...)