Skip to content

Commit

Permalink
Tooltips demo 04 & 05 code commented.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Sep 15, 2023
1 parent 5b7c7a5 commit a0881af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<SectionHeading Size="HeadingSize.H2" Text="Icon with click event" PageUrl="@pageUrl" HashTagName="icon-with-click-event" />
<Demo Type="typeof(Tooltips_Demo_03_Icon_With_Click_Event)" />

<SectionHeading Size="HeadingSize.H2" Text="Dynamically update the tooltip text" PageUrl="@pageUrl" HashTagName="dynamically-update-the-tooltip-text" />
@*<SectionHeading Size="HeadingSize.H2" Text="Dynamically update the tooltip text" PageUrl="@pageUrl" HashTagName="dynamically-update-the-tooltip-text" />
<Demo Type="typeof(Tooltips_Demo_04_Dynamically_Update_Tooltip_Text)" />
<SectionHeading Size="HeadingSize.H2" Text="Tooltip with link" PageUrl="@pageUrl" HashTagName="tooltip-with-link" />
<Demo Type="typeof(Tooltips_Demo_05_Tooltip_With_Navigation_Link)" />
<Demo Type="typeof(Tooltips_Demo_05_Tooltip_With_Navigation_Link)" />*@

<SectionHeading Size="HeadingSize.H2" Text="Custom tooltips" PageUrl="@pageUrl" HashTagName="custom-tooltips" />
<div class="mb-3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<SectionHeading Size="HeadingSize.H2" Text="Icon with click event" PageUrl="@pageUrl" HashTagName="icon-with-click-event" />
<Demo Type="typeof(Tooltips_Demo_03_Icon_With_Click_Event)" />

<SectionHeading Size="HeadingSize.H2" Text="Dynamically update the tooltip text" PageUrl="@pageUrl" HashTagName="dynamically-update-the-tooltip-text" />
@*<SectionHeading Size="HeadingSize.H2" Text="Dynamically update the tooltip text" PageUrl="@pageUrl" HashTagName="dynamically-update-the-tooltip-text" />
<Demo Type="typeof(Tooltips_Demo_04_Dynamically_Update_Tooltip_Text)" />
<SectionHeading Size="HeadingSize.H2" Text="Tooltip with link" PageUrl="@pageUrl" HashTagName="tooltip-with-link" />
<Demo Type="typeof(Tooltips_Demo_05_Tooltip_With_Navigation_Link)" />
<Demo Type="typeof(Tooltips_Demo_05_Tooltip_With_Navigation_Link)" />*@

<SectionHeading Size="HeadingSize.H2" Text="Custom tooltips" PageUrl="@pageUrl" HashTagName="custom-tooltips" />
<div class="mb-3">
Expand Down

0 comments on commit a0881af

Please sign in to comment.