forked from OfficeDev/office-ui-fabric-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MessageBanner: Make both hide and show public (OfficeDev#322)
* hideBanner Private to Pubic method change and rename _hidebanner is private method not public As public should be hideBanner() not private _hideBanner() Renamed methods as no other component included component name in their public methods * Moved hide code location under show() and removed overlooked underscore * Remove white space and rename event handler Removed white spaces as per gulp warnings. Updated event handler method name in _setListners with new method name 'hide', was '_hide' * Reinstated showBanner() Reinstated showBanner() as deprecated method, as not to break existing dep. Calls new method show() * Update HB/Docs & Test fix for GitHub .md pages showing inline <script> tags Update HB/Docs & Test fix for GitHub .md files all showing <script> tags at bottom of all .md pages * Revert "Update HB/Docs & Test fix for GitHub .md pages showing inline <script> tags" This reverts commit 3be0502. * Update HB/Docs & Trial fix GitHub .md pages showing inline <script> tags Update HB/Docs & Test fix for GitHub .md files showing <script> tags at bottom of all .md pages on github site and also tested with two online editors and they also show <script> as plain text * .md file cleanup Button , Callout, CheckBox, ChoiceFieldGroup, CommandBar,CommandButton, ContextualMenu, Dialog & MessageBanner * GHDocs Components Clean Up Decoded html encoded strings back to tags. FacePile.md still needs work * GHDocs Compnents MarkDown Cleanup Edited all components MD Note: Dialog Component MD needing help to fix broken Button layout * Fix Dialog MarkDown Found format error
- Loading branch information
Showing
33 changed files
with
2,072 additions
and
2,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.