You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to set a title (tooltip) for the button used to activate the geo bookmark button, as in other controls, using options.title in constructor.
A possible workaround is to set title accessing the internal button, but this ties the user code to the internal implementation and should be avoided.
The text was updated successfully, but these errors were encountered:
It is not possible to set a title (tooltip) for the button used to activate the geo bookmark button, as in other controls, using
options.title
in constructor.A possible workaround is to set title accessing the internal button, but this ties the user code to the internal implementation and should be avoided.
The text was updated successfully, but these errors were encountered: