From b10558eb78a6747d24d561c8cffdffdcd91b0144 Mon Sep 17 00:00:00 2001 From: zilti Date: Mon, 18 Dec 2017 22:52:02 +0000 Subject: [PATCH] Manual test. --- docs/manual.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.texinfo b/docs/manual.texinfo index a10eb84..8bfdade 100644 --- a/docs/manual.texinfo +++ b/docs/manual.texinfo @@ -142,7 +142,7 @@ To bind any element to your new controller (in the form of a @code{Property}), y Next, you can define action handlers. Note that ``@emph{Special Handlers}'' (@uref{https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/doc-files/introduction_to_fxml.html#collections_and_property_handlers, as defined here}) are not yet fully supported; I'm working on them! You simply provide the attribute, e.g. an @option{onAction} attribute, with the method name prefixed with a pound sign; note that the method name CamelCase will be automatically converted to kebab-case. E.g. @code{