Hello Community,
I wanted to read list of tabs and the current active tab in a form page on click of save button in active tab and then make next tab active.
Any suggestions is really helpful.
Thanks
Gargeyi.G
09:12 Mar 07, 2023
Hello,
Could you please elaborate on your business task?
09:27 Mar 07, 2023
Bogdan, GargeyiGnanasekhar,
Below is the method for tab change and found in BasePAgeV2,
activeTabChange: function(activeTab) { this.callParent(arguments); console.log("Tabs in Creatio"); },
var tabName = this.get("ActiveTabName");
09:30 Mar 07, 2023
Bogdan,
I have 4 tabs in a form page each Tab has a button named "Continuation". On Click of the button, the current tab fields should be saved and then move to 2nd tab.
Thanks
Gargeyi.G
Show all comments