Index: openacs-4/packages/acs-templating/www/doc/widgets/input.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/widgets/input.adp 16 Jun 2015 08:53:39 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.adp 23 Jun 2015 14:23:08 -0000 1.4 @@ -7,10 +7,10 @@

The Input Widgets

Overview

These widgets provide a variety of HTML controls, all of which are based on <input type="...">. In particular, the hidden, text, radio and checkbox widgets are currently -implemented; their use is demonstrated in the acs-templating demo.

The Hidden Widget

This is simply an <input type=hidden> widget, +implemented; their use is demonstrated in the acs-templating demo.

The Hidden Widget

This is simply an <input type="hidden"> widget, which is used for passing pre-set variables along with the form.

The Text Widget

This widget allows the user to enter one line of text. It is -completely identical to the <input type=text>. The +completely identical to the <input type="text">. The -html parameter can be used to set its properties (such as size, maxlength, etc.), as described in the general widgets reference. The value of this widget is the text