package Reaction::UI::Widget::Field::Mutable::DateTime; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::Widget::Field::Mutable'; after fragment widget { arg 'field_name' => event_id 'value_string'; }; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Field::Mutable::DateTime =head1 DESCRIPTION See L =head1 FRAGMENTS =head2 widget Sets C to the C event id of the viewport. =head2 field C contains viewport's C. =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut