Hi Guys,
When getDom function executes, is there any call back / notification triggers which can be listened. I am aware modules method can be subclassed to add features wanted to know if there something is framework before i build my own.
Thanks
Hi Guys,
When getDom function executes, is there any call back / notification triggers which can be listened. I am aware modules method can be subclassed to add features wanted to know if there something is framework before i build my own.
Thanks
Hi Guys,
When getDom function executes, is there any call back / notification triggers which can be listened. I am aware modules method can be subclassed to add features wanted to know if there something is framework before i build my own.
Thanks
Thanks buddy,
That looks nice, any idea when it’s coming out in release ?
@Sean said in How to detect SBC model?:
Asus Tinker board.
A question out of context,
Does this mirror application works properly (including electron) in Asus Tinker board.?
Thanks
Hi Guys,
I have few modules lined up which would have somewhat big/complex HTML.
Is there a better/recommended way to use html in modules instead of putting it with Javascript inside getDom method of modules…
Appreciate any thoughts on this.
Thanks
Hi All,
I have seen module hide/show is available but just wanted to do a quick check Is it possible to change the position of modules at run time?
Lets say, based on config file
Module A is on top, Module B on Bottom.
I wanted to exchange their position at runtime
Thanks
Okay, so its more of a broadcast to all modules, not to any specific…right?
I have one module which collects user data from somewhere. Once the data is collected how can I send notification to another module.
I can use MM.getModules().
But then How can I send notification.
In Simple terms: Notify module A from module B
Thanks in advance