Geez, This almost always happens to me... Shortly after I post a message
looking for help
I manage to find the answer !!
var i = 0;
var buf = "";
for (i in DynAPI) { buf+=DynAPI[i]+"\n" };
document.write( "<pre>"+buf+</pre>" );
-----Original Message-----
From: dyn...@li...
[mailto:dyn...@li...]On Behalf Of Tony
Sent: Thursday, January 17, 2002 10:52 PM
To: Widget Dev List
Subject: [Dynapi-Widgetdev] Enumerating the functions of a widget
dynamically ?
Hello to Everyone !
Would anyone know of a built in method for enumerating all the functions in
a widget ?
I've checked the mailing lists, the site, and the API and could not find
anything on the subject, I'm about to roll my own method and thought it
would be best to ask the experts first.
Thanks!
Tony
_______________________________________________
Dynapi-Widgetdev mailing list
Dyn...@li...
https://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev
|