|
getWidget
|
getWidget (
widget,
value,
ctor,
args,
**kwargs,
)
Wrapper function to either return a widget or create a new one
|
|
formValue
|
formValue (
formdata,
wType,
name,
)
formValue is a utility that gets the appropriate data from a data field in a form
|
|
formProc
|
formProc ( formdata, ctorDict )
- formProc
- formProc is a convenience function that takes the result of a submission of a pwForm and uses
callbacks to process all of the data automagically based on using hidden fields
|
|
getKeywords
|
getKeywords (
widgetObj,
kwArgs,
**kwlist,
)
|
|