Skip to content

Commit

Permalink
docs: Removed experimental flag
Browse files Browse the repository at this point in the history
Credential Management and Network Information are no longer experimental APIs
  • Loading branch information
jkruse committed Oct 10, 2024
1 parent 20d6375 commit e59f2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppSrc/Dashboard.wo
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Object oDashboard is a cWebView
Object oTileCredentialManagement is a cWebHtmlBox
Set pbServerOnClick to True
Set psCSSClass to "Tile"
Set psHtml to '<div class="WebCon_Sizer" data-ServerOnClick="openview"><div Class="Tile_Title">Credential Management API</div><div class="Tile_Subtitle">store and retrieve credentials, auto login</div><span class="material-icons-outlined" style="right: 40px">https</span><span class="material-icons-outlined">warning_amber</span></div>'
Set psHtml to '<div class="WebCon_Sizer" data-ServerOnClick="openview"><div Class="Tile_Title">Credential Management API</div><div class="Tile_Subtitle">store and retrieve credentials, auto login</div><span class="material-icons-outlined">https</span></div>'

WebRegisterPath ntNavigateForward oCredentialManagementDemo

Expand Down Expand Up @@ -110,7 +110,7 @@ Object oDashboard is a cWebView
Object oTileNetworkInformation is a cWebHtmlBox
Set pbServerOnClick to True
Set psCSSClass to "Tile"
Set psHtml to '<div class="WebCon_Sizer" data-ServerOnClick="openview"><div Class="Tile_Title">Network Information API</div><div class="Tile_Subtitle">get information on the current network connection</div><span class="material-icons-outlined">warning_amber</span></div>'
Set psHtml to '<div class="WebCon_Sizer" data-ServerOnClick="openview"><div Class="Tile_Title">Network Information API</div><div class="Tile_Subtitle">get information on the current network connection</div></div>'

WebRegisterPath ntNavigateForward oNetworkInformationDemo

Expand Down

0 comments on commit e59f2a1

Please sign in to comment.