From 79fb6eabd9e9f5358fe18aede8c9cad7379eccd8 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 7 Jul 2015 16:28:34 -0700 Subject: [PATCH] [Mobile] Menu Button Menu button added to the bundle and as a file modelled after the action button. --- platform/commonUI/general/bundle.json | 4 +++ .../res/templates/controls/menu-button.html | 32 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 platform/commonUI/general/res/templates/controls/menu-button.html diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 2093a988cd..2dd8d5dc4c 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -43,6 +43,10 @@ "key": "action-button", "templateUrl": "templates/controls/action-button.html" }, + { + "key": "menu-button", + "templateUrl": "templates/controls/menu-button.html" + }, { "key": "input-filter", "templateUrl": "templates/controls/input-filter.html" diff --git a/platform/commonUI/general/res/templates/controls/menu-button.html b/platform/commonUI/general/res/templates/controls/menu-button.html new file mode 100644 index 0000000000..a0d1adf3a6 --- /dev/null +++ b/platform/commonUI/general/res/templates/controls/menu-button.html @@ -0,0 +1,32 @@ + + + + {{parameters.action.getMetadata().glyph}} + + + {{parameters.action.getMetadata().name}} + +