Discussion

Ask a Question
Back to All

Adding a custom rich text field to new tab

I am trying to add a custom rich text field ("Technical Specifications") to a new tab in a user story entity. I have successfully added a new tab using the following code but cannot find any examples on how to add a custom rich text field to this tab. Can you provide any examples?

tau.mashups
.addDependency('tp/userStory/view')
.addDependency('tau/configurator')
.addMashup(function(view) {
view.addTab('Technical', renderContent, renderHeader);
});