Page 1 of 1

Tabs, How to create a header?

Posted: Wed Jul 01, 2020 7:23 pm
by treed
Hello, I created tab for Organization notes. While on the tab the user can't tell what Organization the notes are for so I want to create a header for the notes tab. The problem is when trying to create a second object (text or input) with the ID of OrganizationName I can't because it's a duplicate. So how would someone show the organization name as a header on a tab?

Re: Tabs, How to create a header?

Posted: Wed Jul 01, 2020 7:41 pm
by kev1n
Hi,

I usually use nuSetTitle() to set the current Breadcrumb's value.

https://wiki.nubuilder.cloud/ ... nuSetTitle

Re: Tabs, How to create a header?

Posted: Wed Jul 01, 2020 10:19 pm
by treed
Thanks! That's a good solution to the problem.

Re: Tabs, How to create a header?

Posted: Sat Jul 04, 2020 1:11 am
by admin
.