From ec2d5892a55aecd3befa05c51f4e21a6bdfb9248 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 28 Apr 2015 16:08:33 -0700 Subject: [PATCH] [Frontend] Markup for info bubble WTD-1054 Temp object to allow work on markup for info bubble --- bundles.json | 2 ++ platform/commonUI/inspect/bundle.json | 21 +++++++++++++++++++ platform/commonUI/inspect/res/infobubble.html | 5 +++++ 3 files changed, 28 insertions(+) create mode 100644 platform/commonUI/inspect/bundle.json create mode 100644 platform/commonUI/inspect/res/infobubble.html diff --git a/bundles.json b/bundles.json index 04515b1897..336aba67b8 100644 --- a/bundles.json +++ b/bundles.json @@ -6,11 +6,13 @@ "platform/commonUI/browse", "platform/commonUI/edit", "platform/commonUI/dialog", + "platform/commonUI/inspect", "platform/commonUI/general", "platform/containment", "platform/telemetry", "platform/features/layout", "platform/features/pages", + "platform/features/plot", "platform/features/scrolling", "platform/forms", diff --git a/platform/commonUI/inspect/bundle.json b/platform/commonUI/inspect/bundle.json new file mode 100644 index 0000000000..16f2bdf89c --- /dev/null +++ b/platform/commonUI/inspect/bundle.json @@ -0,0 +1,21 @@ +{ + "extensions": { + "types": [ + { + "key": "infobubble", + "name": "Info Bubble", + "glyph": "\u00EA", + "description": "Static markup for info bubbles", + "features": [ "creation" ] + } + ], + "views": [ + { + "templateUrl": "infobubble.html", + "name": "Info Bubble", + "type": "infobubble", + "key": "infobubble" + } + ] + } +} \ No newline at end of file diff --git a/platform/commonUI/inspect/res/infobubble.html b/platform/commonUI/inspect/res/infobubble.html new file mode 100644 index 0000000000..653ccedbcf --- /dev/null +++ b/platform/commonUI/inspect/res/infobubble.html @@ -0,0 +1,5 @@ +
+
+ Info Bubble, and it works! +
+
\ No newline at end of file