[FTW] Building A Custom Map Widget With Leaflet.JS

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии •

  • @ragucool9468
    @ragucool9468 2 часа назад

    How to add leaflet draw for non-geographical map floor plan? real time example. Thanks in advance

  • @gobajoseph5064
    @gobajoseph5064 9 месяцев назад

    Il est possible d'intégrer les applications prédéfinis de appsmith dans les custom widgets ?

  • @gobajoseph5064
    @gobajoseph5064 9 месяцев назад

    Peut t'on utiliser les modèles d'application prédéfinis de appsmith dans les custom widgets ?

  • @HERYORDEJY
    @HERYORDEJY 7 месяцев назад

    How do I get the selected location name/title, I need to send it to the backend too.

    • @appsmith
      @appsmith  7 месяцев назад

      Hey there! You should be able to use appsmith.updateModel() inside the custom widget, then Custom1.model.value to access it from the rest of the app.