Class MVCTextEditController
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCScalarEditController
|
+--MVCTextEditController
- class
MVCTextEditController
- extends MVCScalarEditController
This class manages a form field "textarea" editor of the
specified MVCScalarModel.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
Object
|
buildHTMLstr()
Produce HTML version of a textarea editor.
ala {textarea NAME="comments" cols=40 rows=6}{/textarea}
|
void
|
konstructor( <MVCScalarModel> xModel, <int> rows, <int> cols, <int> max, <String> className, <Function> optKeyFilter, <String> optName, <String> optEvtHndlrName )
|
| Methods inherited from class MVCScalarEditController |
postEdit, setCtrlValue, getCtrlValue, getEvtHandlerStr, setDisplay, getModelValue, setModelValue, updateView, forceValue, setModels, paintHTML
|
| Methods inherited from class MVCView |
mustRebuild, mustRepaint, currentContext, watchModel, setViewID, innerID, getWidgetID, getWidget, getHook, buildHTML, updateContext, contextChanged, disable, enable, setVisible, setSubViewsVisible, isVisible, redraw, draw, rebuildAny, build, buildsubviews, paint, setParentView, clearSubViews, addSubView, getSubView, delSubView, embedView, embedHTML, embedAttr, block, unblock
|
MVCTextEditController
MVCTextEditController()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
buildHTMLstr
Object buildHTMLstr()
konstructor
void konstructor( <MVCScalarModel> xModel, <int> rows, <int> cols, <int> max, <String> className, <Function> optKeyFilter, <String> optName, <String> optEvtHndlrName )
Parameters:
xModel - scalar data model to edit
rows - number of rows to support
cols - number of cols to support
max - maximum number of chars to support
className - the CSS classname to use for formatting
optKeyFilter - optional keypress filter function
optName - optional name of this instance
optEvtHndlrName - optional name of event handler function
Documentation generated by
JSDoc on Sun Feb 11 13:31:25 2007