12.2.5. TimeTextBox

Last page update: November 09, 2011

Note

TimeTextBox features:

12.2.5.1. definition

timeTextbox([**kwargs])

12.2.5.2. description

A timeTextbox it’s a time input control that allow either typing time or choosing it from a picker widget.

  • The format of the timeTextbox is hh:mm

12.2.5.3. Examples

12.2.5.3.1. simple example

Example:

class GnrCustomWebPage(object):
    def main(self,root,**kwargs):
        root.timeTextBox(value='^timeTextbox')

Table Of Contents

Previous topic

12.2.4. NumberTextbox

Next topic

6.3.4. layout widgets

This Page