Browser: Firefox 3.6
SmartGWT 3.0: Isomorphic-SmartClient-Version: SC_SNAPSHOT-2011-11-09EVAL
I'm trying to use Canvas.getById() to obtain a Window object and it is returning null. For reference, the ID I'm locating by is "Popup_6." I find that if I bring up the Window using draw() first, then perform the getById(), it will return the correct object.
Doing
will also return null.
Is there a way to retrieve a pointer to the object before it is drawn?
Thank you
SmartGWT 3.0: Isomorphic-SmartClient-Version: SC_SNAPSHOT-2011-11-09EVAL
I'm trying to use Canvas.getById() to obtain a Window object and it is returning null. For reference, the ID I'm locating by is "Popup_6." I find that if I bring up the Window using draw() first, then perform the getById(), it will return the correct object.
Doing
Code:
javascript:alert(isc.Canvas.getById())
Is there a way to retrieve a pointer to the object before it is drawn?
Thank you
Comment