Speed Dial CSS (Features)

by afasdf, Thursday, December 08, 2011, 02:19 (4516 days ago) @ Auge

 
var Dialog = function(){
 
 // 默认参数
 this.defaults = {
  container:   null,   // string   弹处层内容的id
  isOverlay:   true,   // boolean  是否添加遮罩层
  fixed:       true,   // boolean   是否静止定位
  follow:      null,   // string/object   是否跟随自定义元素来定位
  followX:     0,    // number    相对于自定义元素的X坐标的偏移
  followY:     0,    // number    相对于自定义元素的Y坐标的偏移
  autoClose:   0,    // number    自动关闭弹出层的时间
  callback:    null   // function    关闭弹出层执行的回调函数
 };
 
};
 

Complete thread:

 RSS Feed of thread