ist eigentlich nur ein kleiner Wrapper den ich geschrieben habe um einfacher mit den großartigen Ajax Help Ballons von Beau Scott umgehen zu können.

Damit lässt sich die Grundfunktionalität auf einfache weise nun auch in ActionViews nutzen.

HelpBallons stammt von Beau Scott und ist unteg Google mittels Suche nach “Ajax enabled Help Ballons” zu finden .

Codebeispiel:
"static content"
<%= help_balloon("name", :title=>"title", :content => "what you want to read") %>

or
<%= help_balloon(”name”, :content => @user.address.fullAddress ) %>
So title is not necessary, and we can give content from variables into it, what you all should have known ;)

and now getting it remotely:
<%= help_balloon(”name”, :remoteURL=>”test.html”) %>
serving remote content. html, xml…

Subversion: http://svn.sjoker.net/svn/railsplugins/trunk/help_balloons/

Installation:

Javascripts installieren sich von selbst durch init.rb und sind durch einbinden von :defaults direkt vorhanden.

convert this post to pdf.