~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/S3/s3.checkboxes.widget.js

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// S3.checkboxes.widget.js
 
2
 
 
3
// JS function which is used by the S3CheckboxesWidget
 
4
// @author: Michael Howden (michael@aidiq.com)
 
5
// @date: 2010-05-18
 
6
 
 
7
jQuery(document).ready(function() {    
 
8
    jQuery(".s3_checkbox_label").cluetip({activation: "hover",  
 
9
                                          positionBy: "auto",
 
10
                                          local: true,
 
11
                                          hideLocal: false,
 
12
                                          showTitle: false, 
 
13
                                          topOffset: 0,
 
14
                                          mouseOutClose: true,
 
15
                                          arrows: true, 
 
16
                                          clickThrough:true//,           
 
17
                                         });
 
18
});      
 
 
b'\\ No newline at end of file'