HappyDoc Generated Documentation Class: pwLink

widget.py / pwLink 

Link widget class
Creates widgets used to display an HTML link

Arguments:

  • text: the text to appear as part of the link
  • link: the URL to go to when the text is pressed

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

Keywords:

  • onclick: javascript function to override action when link is selected

Default divClass: pwLink

Base Classes   

pwLink
  pyWidget

Methods   
  display 
display ( self,  lvl )

Display routine

  __init__ 
__init__ (
        self,
        text,
        link,
        **kwlist,
        )

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