I'm trying to create a unique header for each tab area within a tabbed container. Is this something I can do with an embedded view component?
Is it a table, or a tab container ?
What do you mean by "header" and "tab area"?
Post a neatly cropped image.
You want the part circled in yellow to be dynamic and change depending on the tab ?
You could put it inside the tab area, so that it changes when you select another tab.
Or use an embedded view and bind the path to the selected tab.
Or a multitude of other solutions. It's perfectly doable, the best way depends on what exactly you want to do, but you haven't been very descriptive of what you're trying to achieve.
Frankly, I'd just put it inside the tab container. This is to me the simplest way.
If the date range selector is common to all tabs then add it outside the tab container as you have done.
If the date range selector is different for each tab or if it is not required on some tabs then create a view and embed that view on each tab's view as required.
I think I wouldn't even make a view, I'd just copy the few things it's composed of in each container.
I'm probably just going to use some scripting to achieve what I am trying to do, in simple terms - what I was asking is there a way to embed components inside of a embedded view?
Nothing's stopping you. There's nothing special about embedded views.
But I try to avoid it as much as possible, I find it makes things more complicated than it needs to be. I make templates when absolutely necessary, or for something that I'll be reusing AND is complex enough that I wouldn't want to just duplicate it.
We could try and help you find the best way for your use case, but... we still don't know your use case.