Recent content by baderajhar

  1. baderajhar

    Google Map Sidebar

    @cheesegrits
  2. baderajhar

    Google Map Sidebar

    I'm using a list view and the map included in the footer {fabrik view=visualization id=1}. Link: https://goo.gl/k3wzFL
  3. baderajhar

    Google Map Sidebar

    @cheesegrits I'm still facing the same issue.
  4. baderajhar

    Google Map Sidebar

    It didn't work perfectly, sometimes it works and most of the time it's giving "Uncaught TypeError: Cannot read property '0' of undefined"
  5. baderajhar

    Google Map Sidebar

    Thanks, it worked, but I used this var viz = Fabrik.getBlock('visualization_123'); instead of this var viz = Fabrik.getBlock('viz_123'); requirejs(['fab/fabrik'], function () { var h = document.getElementById("link"); var viz = Fabrik.getBlock('visualization_123'); h.addEventListener("click"...
  6. baderajhar

    Google Map Sidebar

    Any idea on how to trigger infowindow from external HTML link?
  7. baderajhar

    Combine list form and GoogleMap visualization

    http://fabrikar.com/forums/index.php?threads/google-map-sidebar.49876/
  8. baderajhar

    Google Map Sidebar

    I'm trying to have an interactive sidebar for my GoogleMap visualization; this sidebar should include a list of filtered markers and when I click on any link it triggers the infowindow inside the map, just like this (http://jsfiddle.net/doktormolle/HNd6H/). I went through two threads...
  9. baderajhar

    None

    None
  10. baderajhar

    Combine list form and GoogleMap visualization

    Hi, I'm using Joomla! 3.9.1 and Fabrik 3.9. I've created a visualization view using googlemap type, I need to know: How can I get a list of markers IDs using Javascript? How to open InfoWindow for a specific marker by external link click? For oppening an InfoWindow from a link, I followed...
  11. baderajhar

    Element Javascript not changing Yes/No element

    In my case, I included all in the form_x.js as follows: function daysandhours() { var everyday= ''; if(jQuery("#activities___everyday_input_1").prop('checked') == true) { everyday='1'; }...
  12. baderajhar

    Element Javascript not changing Yes/No element

    I'm referring to JS for the Fabrik form, you can use JS functions inside a JS file under (/components/com_fabrik/js/) and name it (form_x.js) where x is your form id and then form JS section on the element you can call the function based on some action "yourfunction()". I used this to update...
  13. baderajhar

    Google Maps visualization and Form comments plugin

    Sure, I added an iframe to the bubble template (src="form link" and rowid={row_id}), by using CSS and JS I removed everything except comments part...
  14. baderajhar

    Google Maps visualization and Form comments plugin

    I did a workaround for this, now I have it inside infobox.
  15. baderajhar

    Google Maps visualization and Form comments plugin

    Hello, I'm using Google Maps visualization and at the same time, I'm using comments plugin for the same form. I want to allow comments inside the infobox for each marker.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top