ONO::Lib::UI::Image

Display an image.

-b border
-s shadow
-t topbar [use 'screenshot;topbar;topbar_height' as $src]

Functions

collection();

Display a series of images.

ONO::Lib::UI::Image->collection( );
returns: qq~<div class="$cp[5]" style="$STYLE">$COLL</div>~

image();

ONO::Lib::UI::Image->image( $src, $width, $height, $border, $rotate, $flags );
returns: qq~$IMG~

slider();

Image slider.

ONO::Lib::UI::Image->slider( $id, $SLIDES, $width, $height );

slider_script();

Image slider JS script.

ONO::Lib::UI::Image->slider_script( $interval, $max_width, $width_subtract );

slider_style();

Image slider CSS code, deprecated.

ONO::Lib::UI::Image->slider_style( );
returns: ""

Sub-Modules

none

Dependencies

Code