Hi Team,
I want to achieve bookmark functionality like we have in browser like adding groups then subgroups and then bookmarks, I am not sure how we can achieve that in LCA or best way to achieve that


Hi I these are bookmarks to devices actually, so the Monitoring and control team send me the html file from thier system of devices as they have arranged in thier browser, so just want to import that into the LCA app,
For now, I have created a DOM, and have dialog on add of bookmark and also table to show data which contains edit and delete, but want to achieve something automatically, or is there something in Dataminer which we can use
Hi Apurva,
If you want to show an HTML file in an LCA, you can use the Web component. You will have to place the HTML file in a location that can be accessed via HTTP (eg: C:\Skyline DataMiner\Webpages\public) and configure the url in the component setting (eg: /public/HTML_FILE.html)
Hi Apurva, can you give some more details about what you are trying to achieve? What should these bookmarks link to: app pages, web pages? Should users be able to create these groups and bookmarks themselves or is this predefined in the app?