[Elm] Datetime now a layout

SVN revision: 70657
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 17:01:03 +00:00
parent a134d2eadd
commit 11d75151c2
2 changed files with 628 additions and 616 deletions

File diff suppressed because it is too large Load Diff

View File

@ -172,12 +172,16 @@
*
* <b>export ELM_MODULES="datetime_input_ctxpopup>datetime/api"</b>
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for datetime objects.
*
* Datetime widgets emits the following signals:
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* @li @b "changed" - whenever Datetime field value is changed, this
* signal is sent.
*
* @li @b "changed" - whenever Datetime field value is changed, this signal is sent.
*
* @li @b "language,changed" - whenever system locale changes, this signal is sent.
* @li @b "language,changed" - whenever system locale changes, this
* signal is sent.
*
* Here is an example on its usage:
* @li @ref datetime_example