From f618a9405e679b6d5a5e60cec90d56623182c446 Mon Sep 17 00:00:00 2001 From: FrissDieGurke Date: Sun, 11 May 2014 18:58:01 +0200 Subject: [PATCH] added settings number-field to docs --- docs/plugins/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/settings.rst b/docs/plugins/settings.rst index f761f8115d..7ab7febb53 100644 --- a/docs/plugins/settings.rst +++ b/docs/plugins/settings.rst @@ -151,7 +151,7 @@ Additionally the following plugins are registered by default: Uses ``data-new`` to define the value of new created elements. * key (types: key) A field to input keyboard-combinations. - * checkbox, select, textarea + * checkbox, number, select, textarea Handle appropriate fields. A full list of all attributes that may influence the behavior of the default Framework: @@ -303,4 +303,4 @@ For further impression take a look at the You should also take a look at the helper-functions within `Settings `_ in order to create -your own plugins. There are a few methods that take response to call the methods of other plugins when fittingly. \ No newline at end of file +your own plugins. There are a few methods that take response to call the methods of other plugins when fittingly.