juantwc wrote:1 - It seems that is not possible to subclass a component. If you have a base set of functions, for example, to manage UI element focus, It is a bit counter productive to have to copy and paste the same code in each component. Is there any way to circumvent this ?
You could put the utility code in a separate file and use the "uri" attribute of the <script> element instead of copying and pasting the code.