!3658 doc(#I67AJ4): update OnScreenKeyboard doc

* doc: 删除多余的字符
* Revert "使用 PackageTips 组件简化文档代码"
* 使用 PackageTips 组件简化文档代码
* 使用 PackageTips 组件简化文档代码
This commit is contained in:
alex_zou 2022-12-24 05:43:17 +00:00 committed by Argo
parent 7d1307e15b
commit e9cb3810f2
3 changed files with 1 additions and 25 deletions

View File

@ -5326,10 +5326,6 @@
},
"BootstrapBlazor.Shared.Samples.OnScreenKeyboards": {
"Title": "On-Screen keyboard",
"P1": "Precautions",
"P2": "This component relies on <a href='https://www.nuget.org/packages?q=BootstrapBlazor.OnScreenKeyboard' target='_blank'><code>BootstrapBlazor.OnScreenKeyboard</code></a>, which needs to reference its component package when using this component",
"P3": "Nuget Install",
"P4": "Use nuget.org to install <a href='https://www.nuget.org/packages?q=BootstrapBlazor.OnScreenKeyboard' target='_blank'><code>BootstrapBlazor.OnScreenKeyboard</code></a> component",
"BaseUsageText": "Basic usage",
"BlockKeyboardTypeAllTitle": "Full Keyboard",
"BlockKeyboardTypekeyboard": "Keyboard",

View File

@ -5331,10 +5331,6 @@
},
"BootstrapBlazor.Shared.Samples.OnScreenKeyboards": {
"Title": "On-Screen keyboard 屏幕键盘",
"P1": "注意事项",
"P2": "本组件依赖于 <a href='https://www.nuget.org/packages?q=BootstrapBlazor.OnScreenKeyboard' target='_blank'><code>BootstrapBlazor.SignaturePad</code></a>,使用本组件时需要引用其组件包",
"P3": "Nuget 包安装",
"P4": "使用 <a href='https://www.nuget.org/packages?q=BootstrapBlazor.OnScreenKeyboard' target='_blank'>nuget.org</a> 进行 <code>BootstrapBlazor.OnScreenKeyboard</code> 组件的安装",
"BaseUsageText": "基础用法",
"BlockKeyboardTypeAllTitle": "全键盘",
"BlockKeyboardTypekeyboard": "字母键盘",

View File

@ -4,22 +4,7 @@
<h3>@Localizer["Title"]</h3>
<p><b>@Localizer["P1"] </b></p>
<p>@((MarkupString)Localizer["P2"].Value)</p>
<p><b>@Localizer["P3"]</b></p>
<p>@((MarkupString)Localizer["P4"].Value)</p>
<div class="code-label">.NET CLI</div>
<Pre class="no-highlight">dotnet add package BootstrapBlazor.SignaturePad</Pre>
<div class="code-label">PackageReference</div>
<Pre class="no-highlight">&lt;PackageReference Include="BootstrapBlazor.SignaturePad" /&gt;</Pre>
<div class="code-label">Package Manager</div>
<Pre class="no-highlight">Install-Package BootstrapBlazor.SignaturePad</Pre>
<PackageTips Name="BootstrapBlazor.OnScreenKeyboard" />
<p><b>@Localizer["P6"]</b></p>
<div class="code-label">Razor</div>
@ -65,7 +50,6 @@
<DemoBlock Title="@Localizer["BlockSpecialcharactersCustomerTitle"]" Introduction="[- + =]" Name="BlockSpecialcharactersCustomerTitle">
<input class="form-control @ClassName3" data-kioskboard-specialcharacters="true" placeholder='@Localizer["BlockSpecialcharactersCustomerTitle"]' />
<OnScreenKeyboard ClassName="@ClassName3" Option="Option3" />
Pre>
</DemoBlock>
<DemoBlock Title="@Localizer["BBUsageText"]" Introduction="" Name="App">