Community Map Builder 27 Apr 2008

Class FormBase

Object
   |
   +--WidgetBase
         |
         +--WidgetBaseXSL
               |
               +--FormBase

class FormBase
extends WidgetBaseXSL

Defined in FormBase.js


Field Summary
 Object formName
          
 Object webServiceUrl
          
   
Fields inherited from class WidgetBaseXSL
stylesheet, parseHTMLNodes
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, autoRefresh, debug
 
Constructor Summary
FormBase (widgetNode, model)
            Widget to display a form for input of parameters to generate a web service request.
 
Method Summary
 Object handleKeyPress(event)
           handles keypress events to filter out everything except "enter".
 void postPaint(objRef)
           Refreshes the form onblur handlers when this widget is painted.
 void setValue(xpath, value)
          
 
Methods inherited from class WidgetBaseXSL
paint
   
Methods inherited from class WidgetBase
getProperty, getNode, initTargetModel, prePaint, clearWidget
 

Field Detail

formName

Object formName

webServiceUrl

Object webServiceUrl

Constructor Detail

FormBase

FormBase(widgetNode, model)

Method Detail

handleKeyPress

Object handleKeyPress(event)

postPaint

void postPaint(objRef)

setValue

void setValue(xpath, value)

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008