From 58e2157be6c7dd23941d2abbf3feeb0f06f07b01 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 30 Jul 2015 14:07:22 +0200 Subject: [PATCH] added groupEditable example --- examples/timeline/groups/groupsEditable.html | 295 +++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 examples/timeline/groups/groupsEditable.html diff --git a/examples/timeline/groups/groupsEditable.html b/examples/timeline/groups/groupsEditable.html new file mode 100644 index 00000000..f3a4ca01 --- /dev/null +++ b/examples/timeline/groups/groupsEditable.html @@ -0,0 +1,295 @@ + + + + Timeline | Editable Groups + + + + + + + + +

+ This example demonstrates editable groups (for now only reordering). +

+
+ + + + \ No newline at end of file