Closed GoogleCodeExporter closed 9 years ago
Is there an example of your use case you can share (or attach to this issue)?
Do you need the css class applied or just the styles that are passed into the
enableMapTips call?
Like this (temporary test link):
http://www.geocodezip.com/fusiontips/examples/fusiontips_style.html
Original comment by geocodezip
on 19 Sep 2013 at 6:00
Passing a style object in Javascript is not ideal, I would see it as another
workaround.
Because the downside is that you will have defined styles in different places.
Especially when you use a CSS preprocessor (LESS, SASS) styles will only be
managed as CSS.
Original comment by arthurclemens
on 19 Sep 2013 at 6:12
Do you have a patch that does that?
Original comment by geocodezip
on 20 Sep 2013 at 6:07
It is not formally a patch, but the code above should get you a long way.
Original comment by arthurclemens
on 20 Sep 2013 at 6:32
> the code above should get you a long way.
It did. It works for the style object, but not for the className.
Original comment by geocodezip
on 20 Sep 2013 at 8:25
It does seem to be working:
http://www.geocodezip.com/fusiontips/examples/fusiontips_class.html
Original comment by geocodezip
on 3 Oct 2013 at 4:47
Any feedback on this test version? It seems to be working, I will check it in
if there isn't any objection.
Original comment by geocodezip
on 5 Oct 2013 at 8:59
fixed revision 512
http://gmaps-utility-gis.googlecode.com/svn/trunk/fusiontips/examples/fusiontips
_class.html
Original comment by geocodezip
on 7 Oct 2013 at 12:44
Original issue reported on code.google.com by
arthurclemens
on 26 Jan 2012 at 11:19