Hi Jmix Team.
I encounter page title issue in tabbed mode. I’m able to set page title in descriptor (XML) for the page title. But it is not working when we are programmatically setPageTitle()
in the controller.
Below is the example of setting setPageTitle
programmatically in the controller.
setPageTitle("ABC");
But the result shown on the screen as below :
Below is the example of setting page title in the Descriptor (XML).
<view xmlns="http://jmix.io/schema/flowui/view" title="ABC" >
But the result shown on the screen as below :
When we are setting the pageTitle in descriptor. It is able to set the tabbed title and breadcrumbs title.
But it is unable to set breadcrumbs title when we use setPageTitle()
in the controller after onBeforeShow() event And componentChangeEvent. But it is able to set the title in tabbed.
Please help to have a look. Your response is greatly appreciated — thank you!
Regards,
Chee Hao