12.2.3. DateTextbox

Last page update: November 09, 2011

Note

DateTextbox features:

12.2.3.1. definition

dateTextbox([**kwargs])

12.2.3.2. description

A dateTextbox is a easy-to-use date entry controls that allow either typing or choosing a date from any calendar widget.

  • The data format type depends on the locale parameters of your browser. For example, with the en locale it is set to mm/dd/yyyy

12.2.3.3. attributes

dateTextbox attributes:

  • popup: allow to show a calendar dialog. Default value is True

    ../../../../_images/datetextbox4.png

12.2.3.4. Examples

12.2.3.4.1. simple example

Example:

class GnrCustomWebPage(object):
    def main(self,root,**kwargs):
        root.dateTextbox(value='^dateTextbox',popup=True)

Table Of Contents

Previous topic

12.2.2. CurrencyTextBox

Next topic

12.2.4. NumberTextbox

This Page