![]() |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|