diff --git a/examples/example-plugin-hybridselectionmodel.html b/examples/example-plugin-hybridselectionmodel.html new file mode 100644 index 000000000..302b2053e --- /dev/null +++ b/examples/example-plugin-hybridselectionmodel.html @@ -0,0 +1,390 @@ + + + + + + + SlickGrid example: Cell Menu & Context Menu + + + + + + + + + + +

Example - Context Menu Plugin

+ + + + + +
+
+
+

+ Demonstrates: + Slick.Plugins.HybridSelectionModel / Slick.Plugins.CellMenu +

+
    +
  • Slick.Plugins.HybridSelectionModel
  • +
  • This selectionmodel is a combination of the row and column selectionmodels.
  • +
  • for a given row, the selectionmodel that applies is selected by the following in priority order:
  • +
  • 1) if options.rowSelectOverride is defined, call rowSelectOverride(rowData, plugin, grid), return value is true to use rowSelectionModel
  • +
  • 2) if the RowMovweManager plugin is used, and rowMoveManager.isHandlerColumn is true, select RowSelectionModel
  • +
  • 3) if the column name is in options.rowSelectColumnIdArr[] then apply rowSelectionModel
  • +

    +
  • Slick.Plugins.ContextMenu - Context Menu (global from any columns right+click)
  • +
  • This plugin subscribes internally to the "onContextMenu" event
  • +
  • Mouse Right-Click the row to open a Context Menu (global any columns)
  • +
  • The context menu showing on left columns will show only commands (from Title to EffortDriven)
  • +
  • + The context menu showing on Priority column will show list of options that will be applied to the Priority + cell +
  • +
+

View Source:

+ +
+ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/example-spreadsheet-dragfill.html b/examples/example-spreadsheet-dragfill.html new file mode 100644 index 000000000..13e2e02cb --- /dev/null +++ b/examples/example-spreadsheet-dragfill.html @@ -0,0 +1,370 @@ + + + + + + SlickGrid spreadsheet with Drag Fill - no formula Editor + + + + + + +

Example - Spreadsheet Drag-Fill

+
+
+
+
+ +
+

Demonstrates:

+ +

View Source:

+ +
+
+ + + + + + + + + + + + + + + + + + diff --git a/examples/index.html b/examples/index.html index 80f918b47..163659582 100644 --- a/examples/index.html +++ b/examples/index.html @@ -77,6 +77,7 @@

Layout