From 51b2685ca17d094c8b5a41560522b57ec1540020 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Mon, 10 Mar 2014 20:55:57 +0000 Subject: [PATCH 1/2] Toolbar: added missing methods --- entries/toolbar.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/entries/toolbar.xml b/entries/toolbar.xml index be5d19fe..49faa30e 100644 --- a/entries/toolbar.xml +++ b/entries/toolbar.xml @@ -365,12 +365,33 @@ If you're doing this programmatically, set this option inside the mobileinit eve + + + Hides the toolbar. +

This method is provided by the fixedToolbar extension.

+
+ +
Update the .

If you manipulate a via JavaScript, you must call the refresh method on it to update the visual styling.

+ + + Shows the toolbar. +

This method is provided by the fixedToolbar extension.

+
+ +
+ + + Calls either the show or the hide method, depending on whether the toolbar is visible. +

This method is provided by the fixedToolbar extension.

+
+ +
Sets the top and bottom padding for the content element of the page to the height of the . From 8b0bd50381d5e2e5cd3b598c0c585970115b0a03 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Tue, 11 Mar 2014 20:54:32 +0000 Subject: [PATCH 2/2] Toolbar: put extension info first --- entries/toolbar.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/entries/toolbar.xml b/entries/toolbar.xml index 49faa30e..e7e967d5 100644 --- a/entries/toolbar.xml +++ b/entries/toolbar.xml @@ -366,9 +366,8 @@ If you're doing this programmatically, set this option inside the mobileinit eve - - Hides the toolbar. -

This method is provided by the fixedToolbar extension.

+ This method is provided by the fixedToolbar extension. +

Hides the toolbar.

@@ -379,16 +378,14 @@ If you're doing this programmatically, set this option inside the mobileinit eve
- - Shows the toolbar. -

This method is provided by the fixedToolbar extension.

+ This method is provided by the fixedToolbar extension. +

Shows the toolbar.

- - Calls either the show or the hide method, depending on whether the toolbar is visible. -

This method is provided by the fixedToolbar extension.

+ This method is provided by the fixedToolbar extension. +

Calls either the show or the hide method, depending on whether the toolbar is visible.