cxjs icon indicating copy to clipboard operation
cxjs copied to clipboard

ContentPlaceholder inside Overflow Menu

Open Njegos1997 opened this issue 4 years ago • 2 comments

When we use a content placeholder to put items inside a menu with overflow, all the items inside the content placeholder are not visible in the collapsed dropdown.

See fiddle.

Is this expected behaviour?

overflow placeholder

Njegos1997 avatar Sep 15 '21 11:09 Njegos1997

Unfortunately, this cannot work. With menu overflow, there are actualy two ContentPlaceholders with the same name. CxJS doesn't support filling two ContentPlaceholders at the same time.

Is it possible to achieve the same functionality differently?

mstijak avatar Sep 17 '21 12:09 mstijak

Yes, it's possible.

Thank you.

Njegos1997 avatar Sep 21 '21 10:09 Njegos1997