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
Like
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");
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
Hello,
How can we use this in Freedom UI. I wanted to read this from base page v2?
I am not able to find a way reading this.get("ActiveTabName") from base page, also i wanted to call activeTabChange method in my form page
Any suggestions is really helpful
Thanks in advance