NAME

dtRdr::HTMLShim::ActiveXIE - a windows-only widget shim

SYNOPSIS

This module needs cleanup.

Constructor

new

Usually not called directly.

dtRdr::HTMLShim::ActiveXIE->new(...);

init

$hw->init($parent);

_event_noises

$self->_event_noises($parent);

before_navigate2

Callback for link clicks

$hw->before_navigate2($parent, $evt);

jump_to_anchor

$hw->jump_to_anchor($name);

_find_element

We'll see how long this interface lasts.

my $idx = $self->_find_element($type, $foo, $equals);

load_url

$hw->load_url($url);

SetPage

$self->SetPage($html);
$hw->print_page;

get_scroll_pos

my $y = $self->get_scroll_pos;

1 POD Error

The following errors were encountered while parsing the POD:

Around line 432:

'=end Workaround Notes' is invalid. (Stack: =begin Workaround)