Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.4b1
-
None
-
None
-
Operating System: Other
Platform: Other
-
11697
Description
The purpose of this enhacement is to introduce customizer parameter
presentation styles. Currently, the default customizer displays all "visible"
parameters using HTML input tag (or check box if parameter type is "boolean").
This approach works in most of the cases but there are situtations where
individual portlet parameters need to be displayed using a custom presentation
style. For example, DatabaseBrowserTest has a sql query parameter which is best
presented using a text area rather than input. To achieve this effect a new
customizer has been created.
Please see attached document (0006.txt) for details.