HappyDoc Generated Documentation Class: pwDoubleSelector

widget.py / pwDoubleSelector 

DoubleSelector widget class
The DoubleSelector widget class derives from pwThreeColumn and provides a three column layout to the pwDoubleSelectorInput widget.

Common Keywords:

  • divClass: allows the user to override the class of the
  • fieldSpecial: allows the user to add "special" HTML attributes to the output element
  • id: overrides the HTML "id" attribute
  • selectable: controls whether this field is selectable or not
  • inputType: mostly for internal use -- overrides the type designation in the output hidden fields

pwThreeColumn Keywords:

  • caption: the caption to be displayed in the "caption" area of the three columns. This may be either text or a widget.
  • help: help HREF associated with the caption
  • example: the example to be displayed in the "example" area of the three columns. This may be either text or a widget.
  • layout: directs which layout approach to take: pure css or table + css
  • layoutID: the ID to associate with the layout. Allows for different ID's between layout and content widgets.
  • idArg: overrides the widget id
  • visibility: is this widget visible? Used to allow content to "appear" depending on the action of other widgets.

pwDoubleSelectorInput Keywords:

  • customEdit: a custom "Edit" button. Custom buttons are organized as python dictionaries and may have the following values:

    + label: overrides the default label for the button

    + name: the name of the button

    + value: the value for the button

    + onclick: the javascript action to take when the button is selected

if the value of a custom button is "None", then the button will not be displayed

  • customDelete: a custom "Delete" button.
  • customNew: a custom "New" button

Default divClass: pwDoubleSelector

Base Classes   

pwDoubleSelector
  pwThreeColumn
    pyWidget

Methods   
  __init__ 
__init__ (
        self,
        obj,
        attr,
        selList,
        **kwlist,
        )

This document was automatically generated Tue Sep 21 18:50:54 2004 by HappyDoc version 3.0.a1