Search Type: Posts; User: evening
Search: Search took 0.03 seconds.
-
17 Apr 2009 8:30 AM
- Replies
- 3
- Views
- 2,156
Thanks for the reply.
I tried the DelayedTask with no luck. So it's not a timing problem.
And then I have an idea to alert the t.innerHTML in case of Ext.get(t).child("span:last") returns null.... -
15 Apr 2009 3:05 PM
- Replies
- 3
- Views
- 2,156
I have a regular simple table with many cells, and I want to make a simple hover handler on the cells.
Ext.select('.mytab td').hover(
function (e, t) {
...
Results 1 to 2 of 2
