Mercurial > p > roundup > code
changeset 7865:ee586ff074ed
doc: add documention for boolean field() arguments.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 Apr 2024 15:33:33 -0400 |
| parents | b080cdb8b199 |
| children | 9bbc1d951677 |
| files | doc/reference.txt |
| diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/reference.txt Sun Apr 07 15:27:18 2024 -0400 +++ b/doc/reference.txt Sun Apr 07 15:33:33 2024 -0400 @@ -3340,6 +3340,15 @@ Include the JavaScript-based popup calendar for date selection. Defaults to on. + y_label, n_label, u_label (Boolean properties only) + Set the labels for the true/false/undefined + states. If u_label is provided, it produces a + tri-state radio button selector. Otherwise, it + allows selection of true,yes/false,no only. + + labelfirst (Boolean properties only) + place the labels before the radiobuttons + rst only on String properties - render the value of the property as ReStructuredText (requires the :ref:`Docutils module to be installed separately<install/docutils>`).
