NAME
Mozilla::DOM::ComputedStyle - Interface to Mozilla getComputedStyle function.
SYNOPSIS
use Mozilla::DOM::ComputedStyle;
Get_Computed_Style_Property($mozilla_window, $element, $property_name);
DESCRIPTION
This module makes possible to get computed style properties from Mozilla DOM. See documentation for window.getComputedStyle
JavaScript function.
It also includes functions to get and to set full page zoom.
EXPORT
Get_Computed_Style_Property($window, $element, $property_name)
This function returns property <$property_name> of DOM element $element
of $window
.
Get_Full_Zoom($browser)
Returns current full zoom value.
Set_Full_Zoom($browser, $zoom)
Sets full zoom value.
SEE ALSO
AUTHOR
Boris Sukholitko, <boriss@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Boris Sukholitko
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.