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{