logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormHandler::Field::NonEditable - reset field

Author

       FormHandler Contributors - see HTML::FormHandler

Name

       HTML::FormHandler::Field::NonEditable - reset field

Synopsis

       Another flavor of a display field, but unlike HTML::FormHandler::Field::Display it's intended to be
       rendered somewhat more like a "real" field, like the 'non-editable' "fields" in Bootstrap.

          has_field 'source' => ( type => 'NonEditable', value => 'Outsourced' );

       By default uses the 'Span' widget.

Version

       version 0.40068

See Also