The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Strehler::FormFu::Element::Tags - FormFu Element for Strehler tags field.

DESCRIPTION

A FormFu element to encapsulate all the frontend logic for tags field. It's just a Block element with tag and id hardcoded in it. Tags field needs to be identified in a clear way and needs a fixed structure because it has to interact with Strehler javascript library.

This element hasn't the standard HTML::FormFu elements namespace because it makes sense only in a Strehler system.

SYNOPSIS

In article form:

    - type: "+Strehler::FormFu::Element::Tags"

No parameters, no labels.

GENERATED HTML

    <div id="tags-place"><label for="tags">Tags</label>
        <input type="text" name="tags">
    </div>

YAML CONFIGURATION

    - type: Block
      tag: div
      id: tags-place