I’ve viewed the example code but don’t see any clues.
I also note in the example there is a defined space between the tool bar at the top and the views below as well as a space between the views. I am unable to get these spaces and I don’t see how to do it in the example code.
I want the tabs to go across the top of the whole screen
Tabs are connected with the multiview cells via ID and themultiview:true property, no matter where they are placed within the container. If I understood the use-case, you need just place the ‘event’ view in a separate column. Here’s a sample of the layout configuration:
That is perfect, I managed to work the spacing using the ‘type’ property (although mine looks a little odd), I see you use the body property I’m wonder if that has an effect. I think I understand now how to do the tabs. Thanks again for your assistance.
Also, in particular components that have a unique configuration, the view definition can be omitted. For example, the following notation will be interpreted as an accordionitem:
perfect, I would never have got that. Not something I see in other examples. Have several other issues I’m trying to resolve but I like to try and resolve myself first. Thank you again for your assistance.