Javascript Tooltips, Popups, Captions - BoxOver  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-04-2007, 02:10 PM
vincent vincent is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Default hide from control under calendar

Hi,

Does any onw know how to hide form control under the calendar. if there are selected box on calendar display area, the select box alway show on top of the calendar. any one can help.

Vincent
Reply With Quote
  #2  
Old 07-10-2007, 11:49 AM
wahmeds wahmeds is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Default Hide control Under Calendar

You can hide controll by write code in calender.js file.

getObj('objectname').style.display = 'none'
Above line hide component when calendar show

&

getObj('objectname').style.display = 'block'
line show component when calendar hide.

where objectname is name of html component that you want to hide.
Reply With Quote
  #3  
Old 08-03-2007, 11:24 AM
mooosh mooosh is offline
Junior Member
 
Join Date: Aug 2007
Posts: 1
Default

Good morning

thank you for your help
I was wondering where to put those lines in the calendar.js :

getObj('objectname').style.display = 'none'

getObj('objectname').style.display = 'block'

I put the first one (to hide from control) at the begining before functions and it doesn t work

Please help me
thank you so much
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 10:38 AM.