Dear Team,
I tried to develop the application using tab containner . The event is not be able to move or resize in the first tab.Is this bug?
Regards,
Surerat
surerat
-
9/12/2007 10:17:32 AM
Hi,
We have a webapplicationthat has to be used by 200 people at a time therefore we try to get the load down by loading the ajax tabs on demand. cos its a huge file that the people only occasionally need.
when we put the file in a on domand tab it doesnt work. if we put the calender on a normal tab it works.
Do you have a spolution?
Greets,
Jelle de Vos
Yeah thats the one. Works perfectly. Only not in the on demand tab.
I now use an Iframe. But when i do the first select it also selects the cells.
as seen on http://www.credittools.info/test/daypilot.png
Do you have a solution for that?
Greetings,
Jelle de Vos
IE requires adding unselectable="on" attribute to all elements to prevent selecting. However, it's never able to prevent selecting an element if you start the selection outside.
For the iframe, it might help if you added unselectable="on" to the iframe declaration.