[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/include/inc_js/ -> tooltip.js (source)

   1  // Tooltips for phpwcms Backend
   2  
   3  window.addEvent('domready', function(){
   4                                       
   5      /* setup tooltips */
   6      var as = [];
   7  
   8      $$('input').each(function(a){
   9          if (a.getAttribute('title')) as.push(a);
  10      });
  11      
  12      new Tips(as, {
  13               maxTitleChars: 25, 
  14               offsets: {'x': 2, 'y': 5},
  15               });
  16                                       
  17      });


Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1