CSS::DOM::MediaList man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

CSS::DOM::MediaList(3)User Contributed Perl DocumentatioCSS::DOM::MediaList(3)

NAME
       CSS::DOM::MediaList - Medium list class for CSS::DOM

VERSION
       Version 0.14

SYNOPSIS
	 use CSS::DOM;
	 $media_list = new CSS::DOM  ->media;

	 use CSS::DOM::MediaList;
	 $media_list = new MediaList 'screen', 'papyrus';

	 @media = @$media_list; # use as array
	 $media_list->mediaText; # returns a string
	 $media_list->mediaText('print, screen'); # change it
	 $media_list->deleteMedium('print');
	 $media_list->appendMedium('tv');

DESCRIPTION
       This module implements medium lists for CSS::DOM. It implements the
       CSSMediaList DOM interface and inherits from CSS::DOM::Array.

METHODS
   DOM Attributes
       mediaText
	   A comma-and-space-separated string of the individual media in the
	   list, e.g., 'screen, print'.

   DOM Methods
       deleteMedium ( $name )
	   Deletes the named medium from the list, or throws an error if it
	   cannot be found.

       appendMedium ( $name )
	   Adds a medium to the end of the list.

SEE ALSO
       CSS::DOM

       CSS::DOM::Array

perl v5.14.1			  2010-12-10		CSS::DOM::MediaList(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net