Community Map Builder 21 Aug 2007

Class ModelUrlInput

Object
   |
   +--WidgetBase
         |
         +--WidgetBaseXSL
               |
               +--ModelUrlInput

class ModelUrlInput
extends WidgetBaseXSL

Defined in ModelUrlInput.js


Field Summary
 Object formName
          
   
Fields inherited from class WidgetBaseXSL
stylesheet
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, node, groupnode
 
Constructor Summary
ModelUrlInput (widgetNode, model)
            Widget to display the a form to input any model's URL and load the new URL as the model's document
 
Method Summary
 Object handleKeyPress(event)
           handles keypress events to filter out everything except "enter".
 void postPaint(objRef)
           Refreshes the form and event handlers when this widget is painted.
 void prePaint(objRef)
           initializes stylesheet parameters for the form
 void submitForm()
           Handles submission of the form (via javascript in an tag)
 
Methods inherited from class WidgetBaseXSL
paint, clearWidget
   
Methods inherited from class WidgetBase
initTargetModel
 

Field Detail

formName

Object formName

Constructor Detail

ModelUrlInput

ModelUrlInput(widgetNode, model)

Method Detail

handleKeyPress

Object handleKeyPress(event)

postPaint

void postPaint(objRef)

prePaint

void prePaint(objRef)

submitForm

void submitForm()

Community Map Builder 21 Aug 2007

Documentation generated by JSDoc on Tue Aug 21 08:12:28 2007