pop_up_list_print_q -- plugin method used in "List.pm" type objects | topic started 8/28/2001; 1:10:34 AM last post 8/28/2001; 1:10:34 AM |
Michael Gage - pop_up_list_print_q -- plugin method used in "List.pm" type objects 8/28/2001; 1:10:34 AM (reads: 1815, responses: 0) |
pop_up_list_print_q -- plugin method used in \"List.pm\" type objectsDescriptionThis is another method ( i.e. a subroutine whose first argument is a reference to a parent object ) which defines how the list of questions is printed from a List.pm object. It formats the questions vertically in an ordered list, indexed by numbers and each question is preceeded by the same popup menu list. The popup menu list can be initialized using, for example, Syntax std_print_q( $self, @array) Params $self is a reference to the parent list object and can be used to reference preferences stored there. Returns A string, containing the questions, properly formatted. Examples
Notes This method is defined in PGchoicemacros.pl. See Also std_print_a
|