Posts by Bruno Carazato • 33 points
3 posts
-
0
votes1
answer413
viewsQ: Yii2 framework Multi input in the same form
I’m using the widget https://github.com/unclead/yii2-multiple-input along with yii2 and I’m having an error at commit time. My scenario is this: In my "catalogs" form the user can when creating the…
-
0
votes1
answer593
viewsA: Modal window when clicking on info box link opened by a Google Maps marker
I got it here. Instead of using the bootstrap ready methods to open the modal by infobox, in my infobox I made a <a href="#" onclick="mostrar()">Veja mais</a> And then, in my index.html…
-
3
votes1
answer593
viewsQ: Modal window when clicking on info box link opened by a Google Maps marker
I’m using Bootstrap and on my page index, I have a working modal window, which opens when I click on a href. I also have a div for the map that reads a JSON file, where, there is the information to…