From 6389aabffe198ece92b58ae34a905902c7eefe7c Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:38:10 +0000 Subject: Complete rewrite of the way lua widget methods, 'inheritance' in particular, are handled. --- client/widgets/datetime.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/widgets/datetime.h') diff --git a/client/widgets/datetime.h b/client/widgets/datetime.h index d238ea0..84df018 100644 --- a/client/widgets/datetime.h +++ b/client/widgets/datetime.h @@ -35,7 +35,10 @@ /*** * Date and Time Widget * @tag datetime - * @screenshot + * @screenshot Example with fuzziness="1" and value="1234567890" + * + * @screenshot Example with fuzziness="7" and value="1234567890" + * * @extends widget * This widget is used to get structured time and date information. * NOTE: The value attribute must be a unix timestamp (number of -- cgit v1.2.3