Package platecom :: Package utils :: Package browser :: Module base :: Class BaseSettingsForm
[hide private]
[frames] | no frames]

Class BaseSettingsForm

source code

Products.Five.formlib.formbase.EditFormBase --+    
                                              |    
                                 object --+   |    
                                          |   |    
                                   BaseView --+    
                                              |    
                                   BaseFormView --+
                                                  |
                                     object --+   |
                                              |   |
                                       BaseView --+
                                                  |
                                                 BaseSettingsForm

Definimos una clase de base para los forms de
configuracion.

Instance Methods [hide private]
 
handle_edit_action(self, action, data) source code

Inherited from BaseFormView: __init__, hidden_inputs

Inherited from BaseView: setupEnvironment, setupLocale

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  options = None
  template = ViewPageTemplateFile('templates/settings-page.pt')

Inherited from BaseFormView: action_url, hidden_form_vars

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle_edit_action(self, action, data)

source code 
Decorators:
  • @form.action(_("Apply"), condition= form.haveInputWidgets)