Lines Matching refs:Handsontable

31422 function jQueryWrapper(Handsontable) {
31440 instance = new Handsontable.Core($this[0], userSettings);
36268 function Handsontable(rootElement, userSettings) {
36276 (0, _jquery2.default)(Handsontable);
36278 Handsontable.Core = _core2.default;
36279 Handsontable.DefaultSettings = _defaultSettings2.default;
36280 Handsontable.EventManager = _eventManager2.default;
36281 Handsontable._getListenersCounter = _eventManager.getListenersCounter; // For MemoryLeak tests
36283 Handsontable.buildDate = undefined;
36284 Handsontable.packageName = undefined;
36285 Handsontable.version = undefined;
36290 Handsontable.baseVersion = baseVersion; field
36294 Handsontable.hooks = _pluginHooks2.default.getSingleton();
36297 Handsontable.__GhostTable = _ghostTable2.default;
36304 Handsontable.helper = {};
36305 Handsontable.dom = {};
36311 Handsontable.helper[key] = helper[key];
36320 Handsontable.dom[key] = helper[key];
36326 Handsontable.cellTypes = {};
36329 Handsontable.cellTypes[cellTypeName] = (0, _cellTypes.getCellType)(cellTypeName); field
36332 Handsontable.cellTypes.registerCellType = _cellTypes.registerCellType;
36333 Handsontable.cellTypes.getCellType = _cellTypes.getCellType;
36336 Handsontable.editors = {};
36339Handsontable.editors[stringHelpers.toUpperCaseFirst(editorName) + 'Editor'] = (0, _editors.getEdit… field
36342 Handsontable.editors.registerEditor = _editors.registerEditor;
36343 Handsontable.editors.getEditor = _editors.getEditor;
36346 Handsontable.renderers = {};
36352 Handsontable.renderers.cellDecorator = renderer; field
36354 Handsontable.renderers[stringHelpers.toUpperCaseFirst(rendererName) + 'Renderer'] = renderer;
36357 Handsontable.renderers.registerRenderer = _renderers.registerRenderer;
36358 Handsontable.renderers.getRenderer = _renderers.getRenderer;
36361 Handsontable.validators = {};
36364Handsontable.validators[stringHelpers.toUpperCaseFirst(validatorName) + 'Validator'] = (0, _valida… field
36367 Handsontable.validators.registerValidator = _validators.registerValidator;
36368 Handsontable.validators.getValidator = _validators.getValidator;
36371 Handsontable.plugins = {};
36377 Handsontable.plugins[pluginName + 'Plugin'] = plugin; field
36379 Handsontable.plugins[pluginName] = plugin; field
36383 Handsontable.plugins.registerPlugin = _plugins.registerPlugin;
36386 module.exports = Handsontable;