Harald Pehl

Results 65 comments of Harald Pehl

FWIW I'm currently developing a port of [PatternFly](https://www.patternfly.org//) using fritz2. It comes with different data components which also support paging. It might be a different use case, but feel free...

> Thank you very much once again and sorry for getting back that late. No worries. > We are working on a "recipes" section in the fritz2 docs, to show...

I've updated https://github.com/hpehl/fritz2-mvp to the new fritz2 0.8 release.

@robstoll I have the exact same use case and need to access the underlying `org.w3c.dom.HTMLElement`. I thought about implementing my own `kotlinx.html.TagConsumer` which delegates to `kotlinx.html.dom.JSDOMBuilder` and get access to...

@seungha-kim not really 😐 Instead, I use a workaround: I mark my tags with special `data-` attributes and use CSS selectors to get the DOM element later on.

I solved the nested directory problem by copying the directory structure _before_ running the jpegtran tool: ``` ... ``` Don't know if this can also be applied to the other...

Not explicitly. But you could use one of the builder methods in `Elements`: https://github.com/hal/elemento/blob/develop/core/src/main/java/org/jboss/elemento/Elements.java#L925

Take a look at https://github.com/hal/elemento/blob/develop/core/src/main/java/org/jboss/elemento/Elements.java to get some inspiration. Don't hesitate to ask more question here.

Thanks @niloc132 for bringing this up. As you pointed out there's no easy fix for this. I'd like to make it clear in the documentation that `Widgets.asElement()` does not take...