Hi everyone, is this the right place to ask questions regarding ktor and kotlinx?
I am looking for info on how to add ids (like you would in html) to elements created with kotlinx.html, for example adding an id to a list item, so I find the list item in a javascript function.
c
Christian Lippka
09/19/2022, 10:01 AM
Hi christophe, at least for intellij there is a plugin to convert html to kotlinx code which is also helpfull to see how you would do certain things in kotlinx
c
Christoph Frädrich
09/19/2022, 10:02 AM
Oh wow, that sounds insanely helpful. Thank you very much 😄