issue summary webpart causing issues | marki | 2011-02-17 11:02 |
Status: Closed | ||
The code inside the script block could certainly be executed before the <div> since the script block is before the div in html order. If you wrap the code in an Ext.onReady() or if you just swap the order of the div and the script it could fix the problem. |
||