internal package
Foswiki::Plugins::JQGridPlugin::Connector
base class for grid connectors used to feed a jqGrid widget
ClassMethod
restHandleSave($request, $response)
this is called by the gridconnector REST handler based on the "oper"
url parameter as provided by the GRID widget.
ClassMethod
restHandleSearch($request, $response)
this is called by the gridconnector REST handler based on the "oper"
url parameter as provided by the GRID widget.
ClassMethod
column2Property( $columnName ) → $propertyName
maps a column name to the actual property in the store.
StaticMethod
fromUtf8 ($string) → $string
converts an utf8 string to its internal representation
StaticMethod
urlDecode( $text ) → $text
from Fowiki.pm