Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Toolbar: put extension info first
  • Loading branch information
agcolom committed Mar 11, 2014
commit 8b0bd50381d5e2e5cd3b598c0c585970115b0a03
15 changes: 6 additions & 9 deletions entries/toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,8 @@ If you're doing this programmatically, set this option inside the mobileinit eve
<xi:include href="../includes/widget-method-disable.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<xi:include href="../includes/widget-method-enable.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<method name="hide">
<desc>
Hides the toolbar.
<p>This method is provided by the fixedToolbar extension.</p>
<desc>This method is provided by the <code>fixedToolbar</code> extension.
<p>Hides the toolbar.</p>
</desc>
<arguments></arguments>
</method>
Expand All @@ -379,16 +378,14 @@ If you're doing this programmatically, set this option inside the mobileinit eve
</desc>
</method>
<method name="show">
<desc>
Shows the toolbar.
<p>This method is provided by the fixedToolbar extension.</p>
<desc>This method is provided by the <code>fixedToolbar</code> extension.
<p>Shows the toolbar.</p>
</desc>
<arguments></arguments>
</method>
<method name="toggle">
<desc>
Calls either the show or the hide method, depending on whether the toolbar is visible.
<p>This method is provided by the fixedToolbar extension.</p>
<desc>This method is provided by the <code>fixedToolbar</code> extension.
<p>Calls either the show or the hide method, depending on whether the toolbar is visible.</p>
</desc>
<arguments></arguments>
</method>
Expand Down