app_pre_listing_$app->mode

This callback is used by developers to intercept calls to Movable Type to generating a listing screen created by the $app->listing() method (see Developing Movable Type Applications). This method provides a short hand way to generate complex listing screens in Movable Type.

Input Parameters

  • $cb - a reference to the current MT::Callback object handling this event.

Return Value

None.

Example Handler

sub handler {
    my ($cb, $app, $terms, $args, $param, $hasher) = @_;
}
This page was last updated on 2008-10-01, 17:03.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.