Skip to content

Commit 8519ae8

Browse files
committed
doc: add documention for boolean field() arguments.
1 parent 381c5fc commit 8519ae8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/reference.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,6 +3340,15 @@ There are several methods available on these wrapper objects:
33403340
Include the JavaScript-based popup calendar for date
33413341
selection. Defaults to on.
33423342

3343+
y_label, n_label, u_label (Boolean properties only)
3344+
Set the labels for the true/false/undefined
3345+
states. If u_label is provided, it produces a
3346+
tri-state radio button selector. Otherwise, it
3347+
allows selection of true,yes/false,no only.
3348+
3349+
labelfirst (Boolean properties only)
3350+
place the labels before the radiobuttons
3351+
33433352
rst only on String properties - render the value of the property
33443353
as ReStructuredText (requires the :ref:`Docutils
33453354
module to be installed separately<install/docutils>`).

0 commit comments

Comments
 (0)