Hi All
I want execute MyContainer method from MyComponent class.
I have an action which opens dialogcontainer and calls mycomp and my cont components. these components call MyComponent (extends Component) class and MyContainer class (extend DialogContainer). I want to execute MyContainer method within MyComponent.
for example: how can I execute MyContainer onCancel() method within MyComponent onInit() or onRender() method.
Thanks