コード例 #1
0
ファイル: DataTable.cs プロジェクト: hultqvist/SharpKit-SDK
 /// <summary>
 /// Keeps the virtual scrollbar and the scrolling `<div>` wrapper around the
 /// data table in vertically scrolling tables in sync.
 /// </summary>
 protected void _syncScrollPosition(DOMEventFacade e){}
コード例 #2
0
ファイル: DataTable.cs プロジェクト: hultqvist/SharpKit-SDK
 /// <summary>
 /// Keeps the virtual scrollbar and the scrolling `<div>` wrapper around the
 /// data table in vertically scrolling tables in sync.
 /// </summary>
 protected void _syncScrollPosition(DOMEventFacade e, object source){}
コード例 #3
0
ファイル: DataTable.cs プロジェクト: hultqvist/SharpKit-SDK
 /// <summary>
 /// Fires the `sort` event in response to user clicks on sortable column
 /// headers.
 /// </summary>
 protected void _onUITriggerSort(DOMEventFacade e){}