Great module - thank you!

Just a suggestion but it would be worth considering explaining when these two terms should be used in the array that is passed to beatytips_add_beautytips().

I've just spent a couple of hours trying to get this to work and couldn't work out why I wasn't having any tooltip joy.

It was only when I read http://drupal.org/node/602566#comment-3610598 that I tried to cssSelect value. OK, so I'm feeling a little dumb now but it might be worth adding this to the docs.

Cheers,
Crom

Comments

kleinmp’s picture

The 'area' key was deprecated when version 2 came out, so you should always use 'cssSelect'. The documentation reflects this, but there may be some old material out there that is using version one of beautytips.

If you could post where you found the link that says use 'area' then some of it could be weeded out. I think the video is old and I'll make a change to the text to indicate that.

Crom’s picture

Thanks for the info. I checked docs and all looks good. It looks like I must have copied an example from the issues queue without realising. I guess that this can be solved by adding "The 'area' key is deprecated as of version 2" to point 2 of the custom beautytips section of readme.txt

Cheers,
Crom

pifagor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)