Thea Tischbein
Thea Tischbein
I also found this related question https://wordpress.org/support/topic/ajaxjquery-to-show-more-information/
You are right that this is a leafletjs problem itself. (See e.g. https://stackoverflow.com/a/31032786) Thanks for the hint with the `markers` array. Than of course I can toggle them with `WPLeafletMapPlugin.markers[0].togglePopup()`,...
> Okay. :) Actually, I have to do document that since we have to rewrite all our luci apps for our community wireless network. Maybe @JonnyTischbein will help me? ;)...
I did a new rewrite of @PolynomialDivision pr https://github.com/openwrt/luci/pull/4791 with javascript dom. As @aparcar asked I would like to write down my process, but I'm not sure whether using the...
@pmelange in the next few weeks I won't be able to do that. But I am interested. :/
I don't understand why this fails on only 2 architectures with this error. Can it be a GOLANG problem with the current commit ? Can we rerun the two failed...
@BKPepe could you please help me to understand why that error occurs or what can I do about it ? I do not understand it.
The richtext editor already support this. Is it wanted to support the edit/preview mode parallel to the richtext editor ?
Thanks for your answer! I am still a bit confused. The richtext editor uses the following endpoint: `POST http://localhost:8080/apps/text/attachment/upload?documentId=570&sessionId=176&sessionToken=token&shareToken=` for uploading attachements. This should also be usable/accessable for the Android...
I don't see a reason why we can not. We generating HTML code and every tag is allowed to have an unique identifier (see the [HTML standard](https://html.spec.whatwg.org/multipage/dom.html#global-attributes:the-id-attribute-2)). It may be...