Index: openacs-4/packages/acs-templating/www/doc/widgets/select.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/select.adp,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-templating/www/doc/widgets/select.adp 9 Jun 2016 13:03:12 -0000 1.2.2.3 +++ openacs-4/packages/acs-templating/www/doc/widgets/select.adp 5 Jul 2016 12:14:22 -0000 1.2.2.4 @@ -3,6 +3,8 @@ Templating System Widget Reference: Select

The Input Widgets

+ +Templating System : Widget Reference : Select

Overview

These widgets provide the single-selection and multiple-selection HTML controls; their usage is demonstrated in @@ -24,11 +26,12 @@ } -will create a widget with 3 choices: "Pepperoni", "Sausage" and -"Canadian Bacon". By default, the widget looks like a drop-down -"picklist", however, it can be forced to look like a scrollable -vertical list of n - elements by using the +will create a widget with 3 choices: "Pepperoni", +"Sausage" and "Canadian Bacon". By default, the +widget looks like a drop-down "picklist", however, it can +be forced to look like a scrollable vertical list of n + +elements by using the -html { size n } parameter. @@ -37,8 +40,8 @@ empty string. However, if the widget happens to look like a picklist, most Web browsers automatically select the first option on the list. This behavior may be changed by supplying an extra -"null" option. For example, the options for the pizza topic -selection widget shown above could be changed to

+"null" option. For example, the options for the pizza +topic selection widget shown above could be changed to

 template::element create pizza_form topping \
  -label "Pizza Topping" -datatype keyword -widget select \