Ok found CSS : /** * cSans Tooltip pluging v0.1 * 2009 Copyright A navalla suíza http://anavallasuiza.com * cSans is released under the GNU Affero GPL version 3 - more information at http://www.fsf.org/licensing/licenses/agpl-3.0.html */
/* BASIC STYLES */ .tooltip:hover { background:transparent; text-decoration:none; } .tooltip span { display:none; padding:5px; margin-left:10px; width:150px; } .tooltip:hover span { cursor: default; display:inline; position:absolute; } ;-) Richard On Wed, Apr 6, 2011 at 11:33 AM, Richard Vézina <ml.richard.vez...@gmail.com > wrote: > Hello, > > I try to figure out how works the help bubbles of admin app... > > I try to bring this line into my own app view then I get helpicon() not > define... > <span class="tooltip">{{=helpicon()}} <span>{{=T("The data representation, > define database tables and sets")}}</span></span> > > I can't find this var or function no where... > > Also there should be a ajax script that change the tooltip class so when > hover the help icon the bubbles show up, but can't find it. > > I appreciate any help. > > Richard >