Daniel Ruoso > Oak-Web > Oak::Web::Additional::SimpleList

Download:
Oak-Web-1.8.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Oak::Web::Additional::SimpleList - Component to create a simple indented list

DESCRIPTION ^

This components outputs an indented list.

HIERARCHY ^

Oak::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::Additional::SimpleList

PROPERTIES ^

list

A string with the list of items. Each item in one line. The indentation is made by the number of white spaces before the first character.

METHODS ^

format_item($item)

Receives the text without the indentation and return it in the required format. In SimpleList, it does nothing. But you can implement some nice features, like a link.

COPYRIGHT ^

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.