Assuming a project namespace 'MyApp::Form' with HTML::Formhandler forms. like the following example: package MyApp::Form::Email; use HTML::FormHandler::Moose; extends 'HTML::FormHandler'; has aaa => (is=>'ro', required=>1); has bbb => (is=>'ro', requ...
JJNAPIORK/Catalyst-Model-HTMLFormhandler-0.009 - 31 Aug 2016 21:19:01 UTC - Search in distributionMost Perl JSON encoders support serializing perl objects via a 'TO_JSON' method. This can be a convenient way to have a standard JSON data structure. ALthough you may find over time a need to write a more custom data structure, this role will offer a...
JJNAPIORK/HTML-Formhandler-Role-ToJSON-0.002 - 12 Nov 2015 01:39:16 UTC - Search in distributionAll ASP4 *.asp scripts and "/handlers/*" classes should inherit from "ASP4::FormHandler"....
JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution- ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED]
*** Although documentation in this file provides some overview, it is mainly intended for API documentation. See HTML::FormHandler::Manual::Intro for an introduction, with links to other documentation. HTML::FormHandler maintains a clean separation b...
GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC - Search in distribution- HTML::FormHandler::Foo - Experiment in loading form from config file
- HTML::FormHandler::Test - provides is_html method used in tests
- HTML::FormHandler::Page - used in Wizard
- 153 more results from HTML-FormHandler »
"Apache2::ASP::FormHandler" is an empty subclass of Apache2::ASP::HTTPHandler and adds nothing of its own. It provides a starting point for all other form handlers. All form handlers should inherit from "Apache2::ASP::FormHandler" or one of its subcl...
JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC - Search in distribution- Apache2::ASP::Manual::BestPractices - How to use Apache2::ASP properly
- Apache2::ASP::MediaManager - Instant file management for Apache2::ASP applications
GSHANK/HTML-FormHandler-Model-DBIC-0.29 - 14 Aug 2014 00:05:57 UTC - Search in distribution
- HTML::FormHandler::Generator::DBIC - form generator for DBIC
- HTML::FormHandler::TraitFor::DBICFields - role to get fields from DBIx::Class result source
- HTML::FormHandler::Model::DBIC::TypeMap - type mape for DBICFields
- 2 more results from HTML-FormHandler-Model-DBIC »
NACHBAUR/HTML-FormHandler-Render-Hash-0.02 - 20 Sep 2009 21:37:57 UTC - Search in distribution
A slight alteration of the original FH::Field::Date to make it also accept infinite input for dates (DateTime supports this)....
TORBJORN/HTML-FormHandler-Field-Date-Infinite-v0.1.3 - 21 Apr 2015 10:06:10 UTC - Search in distributionThis is a Catalyst helper module that builds a HTML::FormHandler form for you, from your DBIx::Class schema, using HTML::FormHandler::Model::DBIC. VERY EARLY CODE: things may yet change, but shouldn't impact older versions (unless you regenerate the ...
RSRCHBOY/Catalyst-Helper-HTML-FormHandler-Scripts-0.001 - 04 Oct 2011 06:55:34 UTC - Search in distributionTemplate::Lace is a toolkit that makes it possible to bind HTML templates to plain old Perl classes as long as they provide a defined interface. These templates are fully HTML markup only; they contain no display logic, only valid HTML and component ...
JJNAPIORK/Template-Lace-0.017 - 05 Dec 2017 14:40:00 UTC - Search in distribution[Docs under construction. The docs are probably, well, less concise then they could be. Editors are welcome..] Note: Please see HTML::FormHandler for a well-supported, Moose-based derivation of Form::Processor. This is a class for working with forms....
HANK/Form-Processor-1.162360 - 23 Aug 2016 21:11:03 UTC - Search in distributionFrom <http://en.wikipedia.org/wiki/Kensho>: Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences - most commonly used within the confines of Zen Buddhism - literally meaning "seeing one's nature"[1] or "true self."[2] It generally "re...
ETHER/Task-Kensho-0.40 - 01 Dec 2018 21:55:47 UTC - Search in distributionThis documentation is mainly of Data::MuForm class attributes and methods. For general-purpose documentation see Data::MuForm::Manual....
GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC - Search in distribution- Data::MuForm::Renderer::Base - Renderer
- Data::MuForm::Manual::Intro - introduction to using MuForm
- Data::MuForm::Manual::Cookbook - Cookbook recipes for using MuForm
- 5 more results from Data-MuForm »
What is Ext.Direct? Ext.Direct is a high level RPC-over-HTTP protocol provided out of the box with Ext JS <http://www.sencha.com/products/extjs/> and Sencha Touch <http://www.sencha.com/products/touch/> JavaScript frameworks. It is server agnostic, p...
TOKAREV/RPC-ExtDirect-3.24 - 12 Oct 2016 07:39:21 UTC - Search in distribution- RPC::ExtDirect::API - Ext.Direct service discovery handler
- RPC::ExtDirect::Migration - Migration notes for RPC::ExtDirect
- RPC::ExtDirect::API::Hook - Ext.Direct Method wrappers
- 1 more result from RPC-ExtDirect »
This is the Catalyst Request class, which provides an interface to data for the current client request. The request object is prepared by Catalyst::Engine, thus hiding the details of the particular engine implementation....
HAARG/Catalyst-Runtime-5.90128 - 11 Sep 2020 12:38:26 UTC - Search in distribution"Catalyst::View::ByCode" tries to offer an efficient, fast and robust solution for generating HTML and XHTML markup using standard perl code encapsulating all nesting into code blocks. Instead of typing opening and closing HTML-Tags we simply call a ...
WKI/Catalyst-View-ByCode-0.28 - 07 Jun 2015 14:18:43 UTC - Search in distributionEnable the PgLog schema component in your DBIx::Class::Schema class file: package My::Schema; use base qw/DBIx::Class::Schema/; __PACKAGE__->load_components(qw/Schema::PgLog/); Enable the PgLog component in your the individual DBIx::Class table class...
SHEEJU/DBIx-Class-PgLog-0.03 - 07 Oct 2014 09:21:20 UTC - Search in distributionRIBASUSHI/DBIx-Class-0.082842 - 16 Jun 2020 20:13:37 UTC - Search in distribution
This tutorial provides a multi-part introduction to the Catalyst Web Framework. It seeks to provide a rapid overview of many of its most commonly used features. The focus is on the real-world best practices required in the construction of nearly all ...
HAARG/Catalyst-Manual-5.9011 - 22 Jul 2020 14:18:11 UTC - Search in distribution- Catalyst::Manual::Tutorial::09_AdvancedCRUD - Catalyst Tutorial - Chapter 9: Advanced CRUD
- Catalyst::Manual::Tutorial::09_AdvancedCRUD::09_FormHandler - Catalyst Tutorial - Chapter 9: Advanced CRUD - FormHandler
This module provides a succinct syntax for declaring options for Moose attributes....
PSHANGOV/MooseX-Has-Options-0.003 - 12 Nov 2012 18:10:04 UTC - Search in distribution