I want to access the clientId of the component that the mixin has been tied to. How would I do that?
pseudo-code:
mixin {
afterRender {
getComponent().getClientId();
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
