From 99ad76972d7d86d057fc21ccadc73f7493e887b7 Mon Sep 17 00:00:00 2001 From: Dan Turkenkopf Date: Wed, 17 Sep 2014 16:39:39 -0400 Subject: [PATCH] Update examples to include all_data_attributes --- examples/timeline/24_all_data_attributes.html | 43 +++++++++++++++++++ ...nd_areas.html => 25_background_areas.html} | 0 .../{25_templates.html => 27_templates.html} | 0 examples/timeline/index.html | 7 +-- 4 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 examples/timeline/24_all_data_attributes.html rename examples/timeline/{24_background_areas.html => 25_background_areas.html} (100%) rename examples/timeline/{25_templates.html => 27_templates.html} (100%) diff --git a/examples/timeline/24_all_data_attributes.html b/examples/timeline/24_all_data_attributes.html new file mode 100644 index 00000000..dc077aa3 --- /dev/null +++ b/examples/timeline/24_all_data_attributes.html @@ -0,0 +1,43 @@ + + + + Timeline | Basic demo + + + + + + + +

+ In this example all items get HTML attributes attached: each item gets data-? attributes for each field defined on the JS object. +

+ +
+ + + + \ No newline at end of file diff --git a/examples/timeline/24_background_areas.html b/examples/timeline/25_background_areas.html similarity index 100% rename from examples/timeline/24_background_areas.html rename to examples/timeline/25_background_areas.html diff --git a/examples/timeline/25_templates.html b/examples/timeline/27_templates.html similarity index 100% rename from examples/timeline/25_templates.html rename to examples/timeline/27_templates.html diff --git a/examples/timeline/index.html b/examples/timeline/index.html index 89389e96..9d2d8946 100644 --- a/examples/timeline/index.html +++ b/examples/timeline/index.html @@ -35,9 +35,10 @@

21_set_selection.html

22_window_adjustment.html

23_data_attributes.html

-

24_background_areas.html

-

25_templates.html

-

26_external_data.html

+

24_all_data_attributes.html

+

25_background_areas.html

+

26_templates.html

+

27_external_data.html

requirejs_example.html