Index: openacs-4/packages/acs-templating/www/doc/widgets/input.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/widgets/input.html 16 Jun 2015 08:53:39 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.html 7 Aug 2017 23:48:03 -0000 1.3 @@ -5,8 +5,8 @@

The Input Widgets

-Templating System : - Widget Reference : Input +Templating System : + Widget Reference : Input

Overview

@@ -18,13 +18,13 @@

The Hidden Widget

-

This is simply an <input type=hidden> widget, which is used +

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 -html parameter can be used to set its +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 string. @@ -38,7 +38,7 @@

 template::element create test_form cost \
- -label "Car Cost" -datatype number -widget radio \
+ -label "Car Cost" -datatype number -widget radio \
  -options { {Cheap 1000} {Medium 50000} {Expensive 999999} }
 
@@ -50,8 +50,8 @@ will be 50000.

The default form template renders the Radio Group widget as a column of radio buttons. Since the Radio Group can consist of many HTML controls, the usual -formwidget tag cannot be used to position the -widget; instead, the formgroup tag must be used. +formwidget tag cannot be used to position the +widget; instead, the formgroup tag must be used.

The Checkbox Group Widget

@@ -64,7 +64,7 @@


-templating@arsdigita.com + - \ No newline at end of file +