Class MVCDualTextController
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCDualController
|
+--MVCDualTextController
- class
MVCDualTextController
- extends MVCDualController
This class manages dual views (viewer and editor) of the
specified "Text" Scalar Model.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
void
|
konstructor( <MVCScalarModel> xModel, <int> rows, <int> cols, <int> max, <String> className, <String> optName )
|
| 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
|
MVCDualTextController
MVCDualTextController()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
konstructor
void konstructor( <MVCScalarModel> xModel, <int> rows, <int> cols, <int> max, <String> className, <String> optName )
Parameters:
xModel - scalar data model to view/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
optName - optional name of this instance
Documentation generated by
JSDoc on Thu Jan 6 12:47:09 2011