Kwiki-Attachments
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Kwiki/Attachments.pm view on Meta::CPAN
$registry->add( wafl => file => 'Kwiki::Attachments::Wafl');
$registry->add( wafl => img => 'Kwiki::Attachments::Wafl');
$registry->add( wafl => thumb => 'Kwiki::Attachments::Wafl');
$registry->add( preload => 'attachments' );
$registry->add(widget => 'attachments_widget',
template => 'attachments_widget.html',
show_for => [ 'display', 'edit' ],
);
}
sub update_metadata {
# Updates the modification time of the page.
my $page = $self->pages->current;
$page->metadata->update->store;
}
sub attachments {
$self->get_attachments( $self->pages->current_id );
$self->render_screen();
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.085 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )