Hi there
Some time ago I created some base classes that I'm using for anything webapp programming I'm doing inclusive of the ABM things I did. These classes I have also used for the custom components in ABM.
I posted these here many moons ago. Seeing that BaNano is an interesting concept I'd like to explore, I wondering if it will be possible to have my base classes working with BANano? Can you please advise?
Scenario.
1. HTMLElelement will be a base class for any HTML component I want to be created.
2. I havent tried this with B4JS.
3. Other HTML component classed will be created based on HTMLElement.
4. The class references itself for chaining functionalities.
Is something like this possible.
Some time ago I created some base classes that I'm using for anything webapp programming I'm doing inclusive of the ABM things I did. These classes I have also used for the custom components in ABM.
I posted these here many moons ago. Seeing that BaNano is an interesting concept I'd like to explore, I wondering if it will be possible to have my base classes working with BANano? Can you please advise?
Scenario.
1. HTMLElelement will be a base class for any HTML component I want to be created.
2. I havent tried this with B4JS.
3. Other HTML component classed will be created based on HTMLElement.
4. The class references itself for chaining functionalities.
Is something like this possible.