| Home | Trees | Indices | Help |
|
|---|
|
|
1 import pyforms.Utils.tools as tools 2 from pyforms.web.Controls.ControlBase import ControlBase 35146 - def initControl(self): return "controls.push(new ControlButton('%s', '%s','%s'));" % ( self._label, self._name, self.help )7 9 """ 10 This event is called when the button is pressed. 11 The correspondent js event is defined in the framework.js file 12 """ 13 self._value()
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 11 13:06:35 2015 | http://epydoc.sourceforge.net |