asark
#1
Hi,
I am trying to attach a scheduler in a layout cell (example attached).
I have 2 problems:
- The scheduler doesn’t seem to autosize until I click on a button. (Can you please suggest a fix for this - probably me being a bit dumb
)
- Once resized I have 2 scrollbars on the right one for the layout cell and one for the scheduler. I only want one set - is this achievable?
asark
#2
And now with the attachment actually attached 
example.rar (724 KB)
asark
#3
OK, doing some more reading I have fixed the first issue by using:
mylayout.cells("b").view("schedule1").attachScheduler(null,"week","scheduler_here");
as opposed to attachObject.
Also, added:
mylayout.setAutoSize("b","a;b");
This seems to fix all the views except the week view where I am still getting 2 lots of scrollbars.
02_recurring_events.rar (1.64 KB)
Try to add on page
<style type="text/css" media="screen">
#scheduler_here{
overflow: hidden !important;
}
</style>
Normally it is not necessary, maybe caused by some hidden issue in layout integration - we will investigate it.