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

Search results for "module:HTML::Menu::Select"

HTML::Menu::Select - Create HTML for select menus to simplify your templates. River stage zero No dependents

This modules creates HTML for form "select" items. Traditionally, if you wanted to dynamically generate a list of options in a "select" menu, you would either have to use CGI's HTML generation routines, or use a complicated template such as this: <se...

CFRANKS/HTML-Menu-Select-1.01 - 08 Dec 2005 11:53:41 UTC

Quiq::Html::Widget::SelectMenu - Liste mit Einzelauswahl River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Quiq::Html::Widget::SelectMenuColor - Selectmenü mit farbigen Einträgen River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Base.pm River stage zero No dependents

GAND/HTML-0.6 - 29 Aug 1995 08:51:46 UTC

HTML::HTML5::DOM - implementation of the HTML5 DOM on top of XML::LibXML River stage zero No dependents

HTML::HTML5::DOM is a layer on top of XML::LibXML which provides a number of additional classes and methods for elements. Because it wraps almost every XML::LibXML method, it is not as fast as using XML::LibXML directly (which is an XS module), but i...

TOBYINK/HTML-HTML5-DOM-0.002 - 01 Jun 2014 21:25:19 UTC

HTML::FormFu::Element::Date - 3 select menu multi-field River stage two • 13 direct dependents • 25 total dependents

Creates a multi element containing 3 select menus for the day, month and year. A date element named "foo" would result in 3 select menus with the names "foo_day", "foo_month" and "foo_year". The names can instead be overridden by the "name" value in ...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

HTML::DOM - A Perl implementation of the HTML Document Object Model River stage two • 10 direct dependents • 11 total dependents

This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. The following DOM modules are currently supported: Feature Version (aka level) ---...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC

HTML::Tiny - Lightweight, dependency free HTML/XML generation River stage two • 14 direct dependents • 32 total dependents

"HTML::Tiny" is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to * e...

ARISTOTLE/HTML-Tiny-1.08 - 07 Sep 2022 12:21:51 UTC

HTML::Query - jQuery-like selection queries for HTML::Element River stage one • 2 direct dependents • 2 total dependents

The "HTML::Query" module is an add-on for the HTML::Tree module set. It provides a simple way to select one or more elements from a tree using a query syntax inspired by jQuery. This selector syntax will be reassuringly familiar to anyone who has eve...

KAMELKEV/HTML-Query-0.09 - 03 Sep 2014 03:06:39 UTC

HTML::AsSubs - functions that construct a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

This module exports functions that can be used to construct various HTML elements. The functions are named after the tags of the corresponding HTML element and are all written in lower case. If the first argument is a hash reference then it will be u...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC

Blatte::HTML - tools for generating HTML with Blatte River stage zero No dependents

This module defines Blatte functions corresponding to HTML tags, making it possible to write Blatte that looks like this: Here is a {\a \href=http://www.blatte.org/ link} and can be translated to this: Here is a <a href="http://www.blatte.org/">link<...

BOBG/Blatte-HTML-0.9 - 12 May 2001 23:55:01 UTC

HTML::Untidy - yet another way to write HTML quickly and programmatically River stage zero No dependents

This is adapted from a series of short scripts I had written for use in vim. I figured someone else might find them useful so I cleaned them up a bit and spent the rest of the afternoon trying to figure out what the hell to call it....

JEFFOBER/HTML-Untidy-0.02 - 27 Oct 2017 18:25:04 UTC

HTML::FormEngine - create,validate and control html/xhtml forms River stage zero No dependents

FormEngine.pm is a Perl 5 object class which provides an api for managing html/xhtml forms. FormEngine has its own, very flexible template system for defining form skins. A default skin and a more flexible one is provided. This should be sufficent in...

MORNI/HTML-FormEngine-1.01 - 23 Apr 2004 12:40:57 UTC

Rose::HTML::Object - HTML object base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object is the base class for HTML objects. It defines the HTML element name, provides methods for specifying, manipulating, and validating HTML attributes, and can serialize itself as either HTML or XHTML. This class inherits from, and fo...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

HTML::FormTemplate - Make data-defined persistant forms, reports River stage one • 1 direct dependent • 1 total dependent

This Perl 5 object class can create web fill-out forms as well as parse, error-check, and report their contents. Forms can start out blank or with initial values, or by repeating the user's last input values. Facilities for interactive user-input-cor...

DUNCAND/HTML-FormTemplate-2.03 - 18 Jul 2005 22:21:16 UTC

Rose::HTML::Objects - Object-oriented interfaces for HTML. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Objects is a framework for creating a reusable set of HTML widgets as mutable Perl objects that can be serialized to HTML or XHTML for display purposes. The Rose::HTML::Object class may be used directly to represent a generic tag with an ...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

HTML::Element::Tiny - lightweight DOM-like elements River stage zero No dependents

HTML::Element::Tiny is a simple module for dealing with trees of HTML elements, including traversing them and manipulating the tree structure and individual element attributes, and then for generating HTML. Though it lives under HTML::, there's no re...

HDP/HTML-Element-Tiny-0.006 - 30 Oct 2007 16:22:15 UTC

HTML::DOM::Interface - A list of HTML::DOM's interface members in machine-readable format River stage two • 10 direct dependents • 11 total dependents

The synopsis should tell you almost everything you need to know. But be warned that "$foo & TYPE" is meaningless when "$foo & METHOD" and "$foo & VOID" are both true. For more gory details, look at the source code. In fact, here it is:...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC

DBIx::HTML::ClientDB - Convert sql into a client-side db with keyed access. River stage zero No dependents

This module takes a db handle, an SQL statement and a specially-formatted row_headings parameter, and builds an array of rows as returned by the SQL. Then you ask for that array in HTML, ie as a table. After a call to the table() method, you can call...

RSAVAGE/DBIx-HTML-ClientDB-1.09 - 04 Feb 2021 06:44:39 UTC

HTML::Menu::DateTime - Easily create popup menus for use with templates. River stage zero No dependents

Creates data structures suitable for populating HTML::Template, Template Toolkit or Template::Magic templates with dropdown date and time menus. Allows any number of dropdown menus to be displayed on a single page, each independantly configurable. Di...

CFRANKS/HTML-Menu-DateTime-1.00 - 03 Nov 2005 16:10:45 UTC
33 results (0.091 seconds)