-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2183 from exadel-inc/docs/update-toggleable-family
ESLPopup, ESLShare: docs updating
- Loading branch information
Showing
6 changed files
with
122 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
<esl-popup id="popup-t-a" position="top"> | ||
<div style="height: 70px; width:250px;"></div> | ||
<span class="esl-popup-arrow"></span> | ||
</esl-popup> | ||
<esl-popup id="popup-b-a" position="bottom"> | ||
<div style="height: 70px; width:250px;"></div> | ||
<span class="esl-popup-arrow"></span> | ||
</esl-popup> | ||
<esl-popup id="popup-l-a" position="left"> | ||
<div style="height: 250px; width:70px;"></div> | ||
<span class="esl-popup-arrow"></span> | ||
</esl-popup> | ||
<esl-popup id="popup-r-a" position="right"> | ||
<div style="height: 250px; width:70px;"></div> | ||
<span class="esl-popup-arrow"></span> | ||
</esl-popup> | ||
|
||
<esl-popup id="popup-t" position="top"> | ||
<esl-popup id="popup-t" class="disable-arrow" position="top"> | ||
<div style="height: 70px; width:250px;"></div> | ||
</esl-popup> | ||
<esl-popup id="popup-b" position="bottom"> | ||
<esl-popup id="popup-b" class="disable-arrow" position="bottom"> | ||
<div style="height: 70px; width:250px;"></div> | ||
</esl-popup> | ||
<esl-popup id="popup-l" position="left"> | ||
<esl-popup id="popup-l" class="disable-arrow" position="left"> | ||
<div style="height: 250px; width:50px;"></div> | ||
</esl-popup> | ||
<esl-popup id="popup-r" position="right"> | ||
<esl-popup id="popup-r" class="disable-arrow" position="right"> | ||
<div style="height: 250px; width:50px;"></div> | ||
</esl-popup> |
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.