Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently Cell.setValidityList() allows to assign a value list to a cell.
But it defines no "error-message" node, so the list is only used as an input hint.
To activate a real validation, I would like a method "setInputErrorMessage()", as implemented by the attached patch.
(The validation is still performed only in the spreadsheet application, e. g. LibreOffice and not when using odftoolkit API as noted by setValidityList()!)