Changeset 16012
- Timestamp:
- 07/19/08 07:03:28 (5 years ago)
- Location:
- lang/javascript/PluggableInlineWindow/trunk/js
- Files:
-
- 2 modified
-
f_window.js (modified) (1 diff)
-
piwindow_loader.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/PluggableInlineWindow/trunk/js/f_window.js
r16011 r16012 124 124 125 125 } 126 127 if ( initX && initY){128 win.style.left = initX + 'px';129 win.style.top = initY + 'px';130 }126 if (!initX) initX = 0; 127 if (!initY) initY = 0; 128 win.style.left = initX + 'px'; 129 win.style.top = initY + 'px'; 130 131 131 win.style.opacity = 0; 132 132 win.style.visibility = "visible"; 133 new Effect.Fade(win , { duration:0.5,from:0.2, to:1.0134 , afterFinish: function(){135 Element.setOpacity(win ,1);133 new Effect.Fade(win , { duration:0.5,from:0.2, to:1.0 134 ,afterFinish : function(){ 135 Element.setOpacity(win , 1.0); 136 136 } 137 137 }); -
lang/javascript/PluggableInlineWindow/trunk/js/piwindow_loader.js
r13298 r16012 10 10 11 11 var USE; 12 var PIWIN_PATH = ''; 12 var PIWIN_PATH = 'http://f-shin.net/piwindow/'; 13 //var PIWIN_PATH = 'http://localhost/piwindow/'; 13 14 //Please input FQDN(ex. http://search.milkstand.net/ ) , if the delivered server is different. 14 15 if (! this['PIWIN_MODULE'] ) PIWIN_MODULE = 'basic'; … … 83 84 s.charset = 'utf8'; 84 85 (document.getElementsByTagName('head').item(0) || document.body).appendChild(s); 86 85 87 } 86 88 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)