From 7af22613dec2096a66f0b0382b38fcb5c87e3ecb Mon Sep 17 00:00:00 2001
From: Ralf Becker
Widget Name in Editor | +Widget Name in Editor |
xml tag | xul | internal name | @@ -441,7 +441,7 @@ implement only a subset of XUL. Here are the main differences:||
---|---|---|---|---|---|---|
Formatted Text (HTML) | +Formatted Text (HTML) |
<htmlarea /> | no | htmlarea | @@ -607,7 +607,7 @@ implement only a subset of XUL. Here are the main differences:
Date-/Time-input via selectboxes or a field for the year The order of the input-fields is determined by the prefs of the user. - Options: [datetime-storage-format][,&1=year-no-selectbox|&2=today-button] + Options: [datetime-storage-format] [,&1=year-no-selectbox|&2=today-button|&4=one-min-steps|&8=ro-suppress-0h0] datetime-storage-format is the format, in which the date is stored in the variable: empty means an unix-timestamp (in GMT), or a string containing the letters Y, m, d, H, i plus separators, eg. 'Y-m-d': 2002-12-31. The storage format @@ -617,6 +617,8 @@ implement only a subset of XUL. Here are the main differences: select-year widget. today-button: if set (&2) a [Today] button is displayed which sets the fields to the up-to-date date (via javascript) + one-min-steps: if set (&4) the minute-selectbox uses one minutes steps, default 5min steps + ro-suppress-0h0: if set (&8) the time is suppressed for readonly and a time of 0h0 Sub-widgets: date-time: a date and a time and date-timeonly: only a time These widgets allow the input of times too or only, they use 12h am/pm or 24h format as specified in the user prefs. @@ -783,13 +785,13 @@ function index($content = 0) |
|
Nextmatch-SortHeader Nextmatch-FilterHeader |
+ Nextmatch- SortHeader Nextmatch- |
<nextmatch type="nextmatch-sortheader" id="col-name" label="ColLabel"/> <nextmatch type="nextmatch-filterheader" id="col-name"/> |
no | -nextmatch-sortheader nextmatch-filterheader |
+ nextmatch- sortheader nextmatch- |
These widget are an optional part of the nextmatch widget.
nextmatch-sortheader |