SmartClient Version: v9.1p_2014-07-06/Pro Deployment (built 2014-07-06)
I am looking for a way to toggle the canEditTitle attribute after the tab is already drawn.
Under certain circumstances, I want to disable/enable the ability to edit the tab title dynamically after the tab is already drawn, however, when I call Tab.setCanEditTitle(Boolean), it doesn't seem to make a difference.
Can you suggest a way to handle this?
Thanks
I am looking for a way to toggle the canEditTitle attribute after the tab is already drawn.
Under certain circumstances, I want to disable/enable the ability to edit the tab title dynamically after the tab is already drawn, however, when I call Tab.setCanEditTitle(Boolean), it doesn't seem to make a difference.
Can you suggest a way to handle this?
Thanks
Comment