One feature I'd love the ability to provide preconfigured styles for the BeautyTips. First, that would mean at the very least providing the styling options available on the demo page.
Taking it one step further, it would be even cooler if the styles were configurable from the admin page on a "per BeautyTip type" basis. So, for example, if I wanted to use the field description BeautyTip and wanted it to be a facebook type, and I wanted the (proposed) help text BeautyTip with the comic book bubble look, then I could enable both of those types and select to use the default (I suppose you'd have to be able to set a default as well) or one of the other available styles.
Anyway, I don't know how easy/feasible this is, it's just something that would be nice to have.
Comments
Comment #1
kleinmp commentedThere's a posting here that talks about implementing this by creating an interface for overriding parts of the jQuery.bt.defaults array. This sounds like the way to do it.
Comment #2
kleinmp commentedBeautytips styles can now be defined in code (with hook_define_beautytips_styles()) in beautytips version 2.0 and a default style can be created in the interface on the admin page. A clicky-clickly interface will be created for making multiple custom styles in subsequent versions.
Comment #3
pifagor