GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::FormHandler::Field::RmElement(3) User Contributed Perl Documentation HTML::FormHandler::Field::RmElement(3)

HTML::FormHandler::Field::RmElement - field to support repeatable javascript remove

version 0.40068

EXAMPLE field for rendering an RmElement field for doing javascript removals of repeatable elements.

You probably want to make your own.

The main requirements are that the button have 1) the 'rm_element' class, 2) a 'data-rep-elem-id' attribute that contains the id of the repeatable instance that you want to remove ("$self->parent->id").

This field should be a subfield of the Repeatable, probably either first or last.

HTML::FormHandler::Field::RmElement

    has_field 'rm_element' => ( type => 'RmElement',
        value => 'Remove',
    );

FormHandler Contributors - see HTML::FormHandler

This software is copyright (c) 2017 by Gerda Shank.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2017-07-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.