File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -365,12 +365,30 @@ If you're doing this programmatically, set this option inside the mobileinit eve
365
365
<xi : include href =" ../includes/widget-method-destroy.xml" xmlns : xi =" http://www.w3.org/2003/XInclude" />
366
366
<xi : include href =" ../includes/widget-method-disable.xml" xmlns : xi =" http://www.w3.org/2003/XInclude" />
367
367
<xi : include href =" ../includes/widget-method-enable.xml" xmlns : xi =" http://www.w3.org/2003/XInclude" />
368
+ <method name =" hide" >
369
+ <desc >This method is provided by the <code >fixedToolbar</code > extension.
370
+ <p >Hides the toolbar.</p >
371
+ </desc >
372
+ <arguments ></arguments >
373
+ </method >
368
374
<xi : include href =" ../includes/widget-method-option.xml" xmlns : xi =" http://www.w3.org/2003/XInclude" />
369
375
<method name =" refresh" >
370
376
<desc >Update the <placeholder name =" name" />.
371
377
<p >If you manipulate a <placeholder name =" name" /> via JavaScript, you must call the <code >refresh</code > method on it to update the visual styling.</p >
372
378
</desc >
373
379
</method >
380
+ <method name =" show" >
381
+ <desc >This method is provided by the <code >fixedToolbar</code > extension.
382
+ <p >Shows the toolbar.</p >
383
+ </desc >
384
+ <arguments ></arguments >
385
+ </method >
386
+ <method name =" toggle" >
387
+ <desc >This method is provided by the <code >fixedToolbar</code > extension.
388
+ <p >Calls either the show or the hide method, depending on whether the toolbar is visible.</p >
389
+ </desc >
390
+ <arguments ></arguments >
391
+ </method >
374
392
<method name =" updatePagePadding" >
375
393
<desc >
376
394
Sets the top and bottom padding for the content element of the page to the height of the <placeholder name =" name" />.
You can’t perform that action at this time.
0 commit comments