Article Details
Id: | 21877 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.01.03 |
Opened: | 17/09/2024 |
Closed: | 19/09/2024 |
Released: | 05/12/2024 |
Job: | J034302 |
Business Layer; ISValidationItems; Additional parameter added to GetSummaryNumbered to get the summary in HTML format
An optional Boolean Parameter "formatAsHtml" has been added to the GetSummaryNumbered function in the ISValidationItems class.
If false (default value), then the function will work as it did previously. If true, the summary will be returned as an ordered HTML list using
- and
- elements.
Additionally, a function "GetNumberedListFromIsListHtml" has been added to TextUtilities.
The GetNumberedListFromIsListHtml function acts the same as GetNumberedListFromIsListHtml except the list is formatted as an ordered HTML list.