[Add new funcionalities to Kura Web UI] #5710
Replies: 2 comments 4 replies
-
|
I continued my research and found among the examples, the project org.eclipse.kura.web2.ext. I was able to compile and run it, and I think it is what I was looking for... The problem is that I can't find any further documentation on it, on how to add for example, more elements to the same addSidenavComponent If you could please give me some references to continue with this type of development, I would appreciate it. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @alexcorvis84, starting with Kura 6.0.0 we will remove the `web2.extU module. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I would like to try to add new functionalities to the Kura Web User Interface. I am thinking for example in a new option under System... is this possible? where could I start to check in the source code some references that I could use as examples/guide?
Not sure, but maybe the best approach I'm proposing... would be to create that new functionality under Services, as a configurable component? 🤔
I followed the Configurable Application tutorial and managed to run the configurable component example...
P.S. I think I found an error in the documentation under Create Component Class step.
However as I have checked and tested, the interface to be configured should be “org.eclipse.kura.configuration.ConfigurableComponent” and not “org.eclipse.kura.example.configurable” as mentioned.
Thanks in advance.
Regards
Beta Was this translation helpful? Give feedback.
All reactions