概要
イベントが発生するタイミングを確認する用のソースです。
ソース
//{{{
.on('afterInsertRow' , function(){console.debug('afterInsertRow' )})
.on('beforeProcessing' , function(){console.debug('beforeProcessing' )})
.on('beforeRequest' , function(){console.debug('beforeRequest' )})
.on('beforeSelectRow' , function(){console.debug('beforeSelectRow' )})
.on('gridComplete' , function(){console.debug('gridComplete' )})
.on('jqGridAddEditAfterClickPgButtons' , function(){console.debug('jqGridAddEditAfterClickPgButtons' )})
.on('jqGridAddEditAfterComplete' , function(){console.debug('jqGridAddEditAfterComplete' )})
.on('jqGridAddEditAfterShowForm' , function(){console.debug('jqGridAddEditAfterShowForm' )})
.on('jqGridAddEditAfterSubmit' , function(){console.debug('jqGridAddEditAfterSubmit' )})
.on('jqGridAddEditBeforeCheckValues' , function(){console.debug('jqGridAddEditBeforeCheckValues' )})
.on('jqGridAddEditBeforeInitData' , function(){console.debug('jqGridAddEditBeforeInitData' )})
.on('jqGridAddEditBeforeShowForm' , function(){console.debug('jqGridAddEditBeforeShowForm' )})
.on('jqGridAddEditBeforeSubmit' , function(){console.debug('jqGridAddEditBeforeSubmit' )})
.on('jqGridAddEditClickPgButtons' , function(){console.debug('jqGridAddEditClickPgButtons' )})
.on('jqGridAddEditClickSubmit' , function(){console.debug('jqGridAddEditClickSubmit' )})
.on('jqGridAddEditErrorTextFormat' , function(){console.debug('jqGridAddEditErrorTextFormat' )})
.on('jqGridAddEditInitializeForm' , function(){console.debug('jqGridAddEditInitializeForm' )})
.on('jqGridAfterEditCell' , function(){console.debug('jqGridAfterEditCell' )})
.on('jqGridAfterGridComplete' , function(){console.debug('jqGridAfterGridComplete' )})
.on('jqGridAfterInsertRow' , function(){console.debug('jqGridAfterInsertRow' )})
.on('jqGridAfterLoadComplete' , function(){console.debug('jqGridAfterLoadComplete' )})
.on('jqGridAfterRestoreCell' , function(){console.debug('jqGridAfterRestoreCell' )})
.on('jqGridAfterSaveCell' , function(){console.debug('jqGridAfterSaveCell' )})
.on('jqGridAfterSubmitCell' , function(){console.debug('jqGridAfterSubmitCell' )})
.on('jqGridBeforeEditCell' , function(){console.debug('jqGridBeforeEditCell' )})
.on('jqGridBeforeRequest' , function(){console.debug('jqGridBeforeRequest' )})
.on('jqGridBeforeSaveCell' , function(){console.debug('jqGridBeforeSaveCell' )})
.on('jqGridBeforeSelectRow' , function(){console.debug('jqGridBeforeSelectRow' )})
.on('jqGridBeforeSubmitCell' , function(){console.debug('jqGridBeforeSubmitCell' )})
.on('jqGridCellSelect' , function(){console.debug('jqGridCellSelect' )})
.on('jqGridDblClickRow' , function(){console.debug('jqGridDblClickRow' )})
.on('jqGridErrorCell' , function(){console.debug('jqGridErrorCell' )})
.on('jqGridFilterAfterShow' , function(){console.debug('jqGridFilterAfterShow' )})
.on('jqGridFilterBeforeShow' , function(){console.debug('jqGridFilterBeforeShow' )})
.on('jqGridFilterInitialize' , function(){console.debug('jqGridFilterInitialize' )})
.on('jqGridFilterReset' , function(){console.debug('jqGridFilterReset' )})
.on('jqGridFilterSearch' , function(){console.debug('jqGridFilterSearch' )})
.on('jqGridGridComplete' , function(){console.debug('jqGridGridComplete' )})
.on('jqGridGroupingClickGroup' , function(){console.debug('jqGridGroupingClickGroup' )})
.on('jqGridHeaderClick' , function(){console.debug('jqGridHeaderClick' )})
.on('jqGridImportComplete' , function(){console.debug('jqGridImportComplete' )})
.on('jqGridInlineAfterRestoreRow' , function(){console.debug('jqGridInlineAfterRestoreRow' )})
.on('jqGridInlineAfterSaveRow' , function(){console.debug('jqGridInlineAfterSaveRow' )})
.on('jqGridInlineEditRow' , function(){console.debug('jqGridInlineEditRow' )})
.on('jqGridInlineErrorSaveRow' , function(){console.debug('jqGridInlineErrorSaveRow' )})
.on('jqGridInlineSuccessSaveRow' , function(){console.debug('jqGridInlineSuccessSaveRow' )})
.on('jqGridKeyEnter' , function(){console.debug('jqGridKeyEnter' )})
.on('jqGridKeyLeft' , function(){console.debug('jqGridKeyLeft' )})
.on('jqGridKeyRight' , function(){console.debug('jqGridKeyRight' )})
.on('jqGridKeySpace' , function(){console.debug('jqGridKeySpace' )})
.on('jqGridLoadComplete' , function(){console.debug('jqGridLoadComplete' )})
.on('jqGridRemapColumns' , function(){console.debug('jqGridRemapColumns' )})
.on('jqGridResizeStop' , function(){console.debug('jqGridResizeStop' )})
.on('jqGridRightClickRow' , function(){console.debug('jqGridRightClickRow' )})
.on('jqGridRowAttr' , function(){console.debug('jqGridRowAttr' )})
.on('jqGridSelectAll' , function(){console.debug('jqGridSelectAll' )})
.on('jqGridSelectCell' , function(){console.debug('jqGridSelectCell' )})
.on('jqGridSelectRow' , function(){console.debug('jqGridSelectRow' )})
.on('jqGridShowHideCol' , function(){console.debug('jqGridShowHideCol' )})
.on('jqGridSortCol' , function(){console.debug('jqGridSortCol' )})
.on('jqGridSubGridBeforeExpand' , function(){console.debug('jqGridSubGridBeforeExpand' )})
.on('jqGridSubGridRowColapsed' , function(){console.debug('jqGridSubGridRowColapsed' )})
.on('jqGridSubGridRowExpanded' , function(){console.debug('jqGridSubGridRowExpanded' )})
.on('jqGridToolbarAfterClear' , function(){console.debug('jqGridToolbarAfterClear' )})
.on('jqGridToolbarAfterSearch' , function(){console.debug('jqGridToolbarAfterSearch' )})
.on('jqGridToolbarBeforeClear' , function(){console.debug('jqGridToolbarBeforeClear' )})
.on('jqGridToolbarBeforeSearch' , function(){console.debug('jqGridToolbarBeforeSearch' )})
.on('loadBeforeSend' , function(){console.debug('loadBeforeSend' )})
.on('loadComplete' , function(){console.debug('loadComplete' )})
.on('loadError' , function(){console.debug('loadError' )})
.on('onCellSelect' , function(){console.debug('onCellSelect' )})
.on('onHeaderClick' , function(){console.debug('onHeaderClick' )})
.on('onPaging' , function(){console.debug('onPaging' )})
.on('onRightClickRow' , function(){console.debug('onRightClickRow' )})
.on('onSelectAll' , function(){console.debug('onSelectAll' )})
.on('onSelectRow' , function(){console.debug('onSelectRow' )})
.on('onSortCol' , function(){console.debug('onSortCol' )})
.on('ondblClickRow' , function(){console.debug('ondblClickRow' )})
.on('qGridResizeStart' , function(){console.debug('qGridResizeStart' )})
.on('reloadGrid' , function(){console.debug('reloadGrid' )})
.on('resizeStart' , function(){console.debug('resizeStart' )})
.on('resizeStop' , function(){console.debug('resizeStop' )})
.on('rowattr' , function(){console.debug('rowattr' )})
.on('serializeGridData' , function(){console.debug('serializeGridData' )})
//}}}