Hello, I have a programatically created tab container in postCreate(). And I want to set the content to each tab via a button click. Please see below for code snippets. I used tabs[1].set(), but returned 'set is not a function error'. Then I tried to assign to tabs[1].content, no error but didn't do anything. what is the correct way to set tabcontainer tab content programatically?
