I need to make a change to all instances of a class after they have been built. A good example might be to change the backgroundColor of every isc.ListGrid that has already been created.
My thinking was that there is probably a way to target the base class or find all instances and iterate through. But I'm open to whatever suggestions you may have..
Thanks
My thinking was that there is probably a way to target the base class or find all instances and iterate through. But I'm open to whatever suggestions you may have..
Thanks