Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > Javascipt calendar > Bugs
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2007, 02:18 PM
aux998 aux998 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 3
Default calendar always visible.... how ?

hi, i'm italian man (and sorry for my english)...
is possible put the calendar always visible and not only on clic ?
thanks
Reply With Quote
  #2  
Old 07-12-2007, 06:41 AM
aux998 aux998 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 3
Default

someone can help me ?
Reply With Quote
  #3  
Old 07-24-2007, 09:13 PM
Dreamweaver Dreamweaver is offline
Junior Member
 
Join Date: Jun 2007
Posts: 15
Default

EDIT:

use this lcs function:

Code:
function lcs(ielem, draw, xpos, ypos) { updobj=ielem; // individual position: if( true == draw ) { getObj('fc').style.left=xpos; getObj('fc').style.top=ypos; getObj('fc').style.display='block'; getObj('fc').style.position='absolute'; } else { getObj('fc').style.left=Left(ielem); getObj('fc').style.top=Top(ielem)+ielem.offsetHeight; getObj('fc').style.display='block'; getObj('fc').style.position=''; } // First check date is valid curdt=ielem.value; curdtarr=curdt.split('/'); isdt=true; for(var k=0;k<curdtarr.length;k++) { if (isNaN(curdtarr[k])) isdt=false; } if (isdt&(curdtarr.length==3)) { ccm=curdtarr[1]-1; ccy=curdtarr[2]; prepcalendar(curdtarr[0],curdtarr[1]-1,curdtarr[2]); } }
then you can position your calendar in this way: lcs(this, true, 300px, 200px).
if you don't want to position, then write this: lcs(this).

Last edited by Dreamweaver : 07-24-2007 at 09:15 PM. Reason: wrong code
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:49 AM.