The issue is that *something* needs to call the code to instantiate the
datetimepicker after the html is added to the DOM.
What library are you using to asynchronously load the fragment that
contains the datetimepicker?
And where is the script that instantiates the datetimepicker widget?
Embedded in the html?
If you're using YUI's connection manager and innerHTML, your callback
will need to instantiate the datetimepicker directly.
If you're using Dojo with a remote div/tab, and the script is embedded
in the html, ensure you have executeScripts=true, separateScripts=false
(and if using S2.1, parseContent=true)
ravi_eze wrote:
hi,
i am using YUI tabs to display the form which contains a datetimepicker. But
the component is not being rendered. I amusing tiles to hold the tabs
component and doing tiles insert the URL which makes a new call to the servr
and get the page to be displayed under it. When i display the page by
calling the URL without the tabs component the datetimepicker is coming
fine.
It seems like, some onload function of javascript is being called which
renders the datetimepicker after the form/ page is completely loaded. In
this case as the URL is being called by ajax this onload is not heppening.
Can anybody help me how to complete this?
Struts also provides tabcomponent, but YUI has additional flexibility of
skinning, dynamic tab adding, nonching etc which are very difficult with S2.
please help.
ravi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]