hi,
i need to share some information on diffents TabsContentItem.
i tried to insert 2 TabsContentItem in same container.
when i select the tab, 1° are ok, 2° are not visible...why??
I have updated the widget tree's structure. Please check this OML.
Hi emanuele,
If you wrap it in the container inside the NavigationTabs content's placeholder, it will be calculated as a tab content item. So, I would recommend not wrapping the two tab content items in the container.
not sure, because if i add a 3° tab, out of container, it will show correctly
It works outside the container, but inside the container, it is considered a single tab. So, please remove the container.
how i can share a same element on 2 tabs?
i need to show a textbox on tab1 and tab2, with same values.
i was looking for some good solution to don't copy and paste same element with its trigger ecc..
Set the contentAutoHeight property to True.I have attached OML for your reference.
...and then?!
Yeah, that's it. That will work.
and the shared element?! the same textbox?
Which element are you referring to?
i don't know why, but now, adding a expressione in the container that contains the 2 tabs, show everything as i want...
You are changing the behavior of the navigation widget. Please don't wrap the navigation items in a container. If you wrap them in a container, they will act as a single navigation item.Please check this document:https://success.outsystems.com/documentation/11/building_apps/user_interface/patterns/using_mobile_and_reactive_patterns/navigation/tabs/
...but i need also need different values in each tabs...
check my oml.
now is working in 2° tab, but i don't know why not in the 1°
ok, clear...your css style solved my problem!
more tabs in container works with your "two-tabs" class.thank u!