|
From: Keith C. <kei...@dc...> - 2001-05-16 05:24:00
|
Hi,
I'm creating a widget and in my class i have a function like the one
below. How could I invoke the onresize when I don't have a target?
panel.prototype.setalign = function (align){// set caption align
this.align=align;
}
thanks
Keith
|