This content has been marked as final.
Show 4 replies
-
Re: To get place Id in a tile
mattdickens Jan 3, 2017 2:35 AM (in response to neha.uniyal)jive.tile.getContainer(function(place) {
console.log(place.placeID)
});
-
Re: To get place Id in a tile
Ryan Rutan Jan 3, 2017 6:39 AM (in response to mattdickens)As an FYI (since Matt has already answered correctly).
If you use our abstraction from our examples,
It is a little easier, see:
jive-sdk/view.js at master · jivesoftware/jive-sdk · GitHub
note the "onContainer" method.
Check out the Creating Custom View Tiles tutorials for more details =)
-
Re: To get place Id in a tile
neha.uniyal Jan 5, 2017 4:14 AM (in response to Ryan Rutan)Thank you for looking into our issue and sharing this wonderful information Ryan Rutan .
The examples in github will help us more in exploring the tiles.
Regards
Neha
-
-
Re: To get place Id in a tile
neha.uniyal Jan 5, 2017 4:11 AM (in response to mattdickens)Amazing.
Thank you Matt Dickens, for all your help.
-