mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix read field tooltip on open
This commit is contained in:
committed by
Ilya Kirillov
parent
35f6a66c85
commit
8d04be2e7d
@ -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
|
||||
|
||||
Reference in New Issue
Block a user