You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
Suggestion / feature request
I suggest to add a click event binding when the 'x' or '>>' icons are clicked to close the currently expanded pane, e.g.
// angular template<ix-pane-layout[variant]="variant"[layout]="layout"[borderless]="borderless"><ix-pane(close)="paneClosed()"heading="Pane Right"slot="right"size="33%"><p>This is the right pane.</p></ix-pane>
<divslot="content">
// some content
</div></ix-pane-layout>
// in the component codepaneClosed(){// stuff to do on pane closed, e.g. change url or deselect current row}
This would allow to perform something right after the close action. In the current version there is only the expandedChanged event. It's event data provides not the sufficient details to decide whether the pane was closed by the pane close icon or not.
This are the actual icons:
The text was updated successfully, but these errors were encountered:
Prerequisites
Suggestion / feature request
I suggest to add a click event binding when the 'x' or '>>' icons are clicked to close the currently expanded pane, e.g.
This would allow to perform something right after the close action. In the current version there is only the
expandedChanged
event. It's event data provides not the sufficient details to decide whether the pane was closed by the pane close icon or not.This are the actual icons:
The text was updated successfully, but these errors were encountered: