featurelist.orgfeaturelist.org
 
U
D
1 points - posted 172 days ago by godjonez - status: Completed - 2 comments watch embed this
For popuplib.* functions which take a popup name in parameter, support iterable types to trigger the function to all of the popups in that list.

godjonez posted on 2008-02-03 11:38:48
Also, for the functions that return values, return the values in a tuple that has the corresponding return values for each item in the parameter list (such as popuplib.create)

An example:

popup1, popup2 = popuplib.create(('popup1', 'popup2'))

godjonez posted on 2008-03-10 12:12:09
Completed in oy25