12.2.4. NumberTextbox

Last page update: November 09, 2011

Note

NumberTextBox features:

12.2.4.1. definition

numberTextbox([**kwargs])

12.2.4.2. description

A simple number textbox

12.2.4.3. attributes

numberTextbox:

  • places: Numbers of decimals. If it’s reached the following decimal to the last supported one, a tooltip error will warn user. Default value is 3

12.2.4.4. Examples

12.2.4.4.1. simple example

Example:

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

Table Of Contents

Previous topic

12.2.3. DateTextbox

Next topic

12.2.5. TimeTextBox

This Page