Changes between Initial Version and Version 1 of Ticket #10475
- Timestamp:
- 2014-09-03T15:30:13+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10475
- Property Keywords preset added
-
Ticket #10475 – Description
initial v1 1 The current <check>only allows one key with one of two values. Often it is required to select alternative key/value pairs, rather than alternative values for a single key. Also more than one key/value pair may be wanted. I suggest the following enhancement to<check>:1 The current {{{<check>}}} only allows one key with one of two values. Often it is required to select alternative key/value pairs, rather than alternative values for a single key. Also more than one key/value pair may be wanted. I suggest the following enhancement to {{{<check>}}}: 2 2 3 {{{ 4 #!xml 3 5 <check text="..." default="..."> 4 6 <check_on> … … 11 13 </check_off> 12 14 </check> 15 }}} 13 16 14 Where only one key/value pair is required, then <check_on key="..." value="..."/> or<check_off key="..." value="..."/> would be used for either or both the then & else cases.17 Where only one key/value pair is required, then {{{<check_on key="..." value="..."/>}}} or {{{<check_off key="..." value="..."/>}}} would be used for either or both the then & else cases.


