activeContent in activeContent

Hi!

How i can set data in “second” activeContent - listView (which inside activeContent) from my data - data.values?

And how set value (data[i].values[j].count) from ui.counter in “second” activeContent?

http://webix.com/snippet/ccb8bc07

Thanks.

In practice, it is not a quite good idea to use layouts as active elements.

Only elements that have values can be represented as an activeContent because it was made to embed controls (buttons, inputs, etc.), not views.

For example, the inner active list doesn’t have$masterId property (as any active input has) and such implementation ruins the possibility to interact with it.

So I can only suggest you using a layout with rows instead of the parent list.