[pdf] Fix read field tooltip on open

This commit is contained in:
Nikita Khromov
2025-11-11 20:11:51 +07:00
committed by Ilya Kirillov
parent 35f6a66c85
commit 8d04be2e7d

View File

@ -9522,6 +9522,9 @@ var CPresentation = CPresentation || function(){};
if (formJson["display"]) {
oForm.SetDisplay(formJson["display"]);
}
if (formJson["tooltip"]) {
oForm.SetTooltip(formJson["tooltip"]);
}
if (formJson["sort"] != null) {
// to do sort