Style editor: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 59: Line 59:
* '''Ellipsis position''' – When a text string does not fit on the screen, it displays an ellipsis (...) indicating that the text is longer than what can be displayed. Configure the position of this ellipsis in the text.
* '''Ellipsis position''' – When a text string does not fit on the screen, it displays an ellipsis (...) indicating that the text is longer than what can be displayed. Configure the position of this ellipsis in the text.
* '''FormatString''' – You can format the way the field data is represented, e.g. you can enter a format string in the way “Personal: {0}” where Personal: is a static text and the field data is entered where the element {0} is.
* '''FormatString''' – You can format the way the field data is represented, e.g. you can enter a format string in the way “Personal: {0}” where Personal: is a static text and the field data is entered where the element {0} is.
:: You can learn more about FormatString in [https://docs.microsoft.com/en-us/dotnet/api/system.string.format?view=net-6.0 Microsoft documentation]. See also [[Formatting strings in rules]] for inspiration.


== Forms ==
== Forms ==

Navigation menu