Hi!
I'm using Container component for displaying some HTML content in modal window. Window opens by calling DirectEvent in which this container initialized.
For this purpose I tried using Container.Html property and Container.Update() method but FireBug shows "body is undefined" error, because DirectEvent returns:
I tried next JS code and it works:ContainerId.body.update('some html content')
I solved this problem by using Panel component, but Panel more complex and massive.ContainerId.update('some html content')
Thank you.


Reply With Quote