| Home | Trees | Indices | Help |
|
|---|
|
|
1 from pyforms.web.Controls.ControlBase import ControlBase 2 import pyforms.Utils.tools as tools6 7 _min = 0 8 _max = 100 93211 self._updateSlider = True 12 self._min = min 13 self._max = max 14 ControlBase.__init__(self, label, defaultValue)1516 - def initControl(self): return "controls.push(new ControlProgress('"+self._name+"','%s'));" % self.help17 18 @property 20 @value.setter 22 23 @property 25 @min.setter 27 28 @property 30 @max.setter
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 11 13:06:34 2015 | http://epydoc.sourceforge.net |