Hi the list, I would like to have a floating over a form DapePicker. To do so, I try to use a placement attribute like that :
<datepicker placement="glassView" visible="false" startAsIcon="false" name="bla"/> where glassPane is a view. Note that the form is not inside the glassPane view but inside another one.
I had a button on the form that change the visible attribute of the datepicker. Unfortunatly, it doesn't work. The DatePicker still push form elements rather than floating over form elements.
Any idea ? Thanks ! JBB.
