-
Core
Core DRYML tags. These are included implicitly and are always available. Contains mainly control-flow tags.
-
Rapid
The Rapid tag library makes web development go fast. The Rapid tag library is your friend.
(This taglib defines no tags - it just includes all the other taglibs. Move along. Nothing to see here.)
-
Rapid Core
Core Rapid tags and tags that don’t belong anywhere else.
-
Rapid Document Tags
Extra tags for semantic markup
-
Rapid Editing
Rapid Editing provdes “in-place” or “ajax” editors for various basic data types.
This area of Hobo has had less attention that the non-ajax forms of late, so it’s lagging a little. There may be some rough edges. For example, the tags in this library do not (yet!) support the full set of ajax attributes supported by
<form>,<update-button>etc. -
Rapid Forms
Rapid Forms provides various tags that make it quick and easy to produce working new or edit forms.
-
Rapid Generics
Rapid Generics provides tags that provide generic renderings that can adapt to the model being renderd. At the moment this library provides cards and collections of cards.
-
Rapid Lifecycles
Contains view-layer support for Hobo’s lifecycles. Note that lifecycle forms are generated automatically in
app/views/taglibs/auto/rapid/forms.dryml- this library contains only lifecycle push-buttons. -
Rapid Navigation
Support for navigation links, account navigation (log in, out etc.) and pagination navigation.
-
Rapid Pages
Rapid-Pages provides tags for working with entire pages. It includes the main
<page>tag which is the starting point for all pages in Rapid, various supporting tags for things such as stylesheet and javascript includes. Also defines the standard error pages for permission-denied and not-found. -
Rapid Plus
Tags that define higher level interactive ‘widgets’
-
Rapid Summary
These are a collection of tags that allow a application outline or summary to be created
-
Rapid Support
Rapid Support is the home for some tags that are useful in defining other tags.
-
Rapid Translations
Rapid Translations contains the tags that assist with internationalization.
-
Rapid User Pages
Rapid User Pages contains tags that implement the basics of Hobo’s user management: log in, sign up, forgot password etc.