cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.utils.views.CustomWizardView Class Reference

WizardView class handling browser back button after last step submition and skipping to 2nd step if image is already selected. More...

Inherits CookieWizardView.

Public Member Functions

def done
 This method must be overridden by a subclass to process to form data after processing all steps.
def get
def get_template_names
def post

Static Public Attributes

string template_dir_name = 'dirname'
string url_start = 'url_start'
string wizard_name = 'custom_wizard'

Detailed Description

WizardView class handling browser back button after last step submition and skipping to 2nd step if image is already selected.

Definition at line 366 of file views.py.

Member Function Documentation

def src.wi.utils.views.CustomWizardView.done (   self,
  form_list,
  kwargs 
)

This method must be overridden by a subclass to process to form data after processing all steps.

Definition at line 411 of file views.py.

def src.wi.utils.views.CustomWizardView.get (   self,
  request,
  args,
  kwargs 
)

Definition at line 390 of file views.py.

def src.wi.utils.views.CustomWizardView.get_template_names (   self)

Definition at line 372 of file views.py.

def src.wi.utils.views.CustomWizardView.post (   self,
  args,
  kwargs 
)

Definition at line 375 of file views.py.

Member Data Documentation

string src.wi.utils.views.CustomWizardView.template_dir_name = 'dirname'
static

Definition at line 369 of file views.py.

string src.wi.utils.views.CustomWizardView.url_start = 'url_start'
static

Definition at line 370 of file views.py.

string src.wi.utils.views.CustomWizardView.wizard_name = 'custom_wizard'
static

Definition at line 368 of file views.py.


The documentation for this class was generated from the following file: