/*** * Contains JSON SlickGrid editors. * @module Editors * @namespace Slick */ (function($) { // register namespace $.extend(true, window, { 'Slick': { 'Editors': { 'pgText': pgTextEditor, 'JsonText': JsonTextEditor, 'CustomNumber': CustomNumberEditor, 'Checkbox': pgCheckboxEditor, // Below editor will read only editors, Just to display data 'ReadOnlyText': ReadOnlyTextEditor, 'ReadOnlyCheckbox': ReadOnlyCheckboxEditor, 'ReadOnlypgText': ReadOnlypgTextEditor, 'ReadOnlyJsonText': ReadOnlyJsonTextEditor, }, }, }); // return wrapper element function getWrapper() { return $('
'); } // return textarea element function getTextArea() { return $('