Hi,
Using the dialog widget, I point it to a url that results in some content that has a DateTextBox widget.
For reasons that I won't get into here, I need to set the value of that DateTextBox in script (instead of the attribute). But I can't seem to get my script to execute when it's loaded via the href from the dialog. My understanding is that the way to do this is to embed a script in the DateTextBox element with a type of "dojo/method".
A simple test as shown below (as an example) does not work. I would expect to see the javascript alert box when the DateTextBox is created.
