📄 help.ascx
字号:
<%@ Control Language="c#" AutoEventWireUp="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" CodeBehind="Help.ascx.cs" Inherits="Telerik.WebControls.EditorDialogControls.Help" %>
<%@ Register TagPrefix="telerik" TagName="TabControl" Src="../Controls/TabControl.ascx" %>
<%@ Register TagPrefix="telerik" NameSpace="Telerik.WebControls.EditorControls" Assembly="RadEditor" %>
<table id="MainTable" cellpadding="0" cellspacing="0" class="MainTable" width="570px;" height="400px;">
<tr>
<th height="39" valign="bottom" colspan="2">
<telerik:tabcontrol id="TabHolder" runat="server" ResizeControlId="MainTable">
<telerik:tab elementid="HelpDialogTable" selected="True" text="Help" />
</telerik:tabcontrol>
</th>
</tr>
<tr>
<td>
<table id="HelpDialogTable" border="0" cellpadding="0" cellspacing="2" width="100%;" height="100%;">
<tr>
<td class="label" valign="top">
<div style="width:470px;height:470px;overflow:auto;">
<asp:placeholder
id="LocalizedHelp"
runat="server"/><br/>
</div>
</td>
</tr>
</table>
</td>
<td valign="top" width="70px">
<button id="btnClose" onclick="javascript:CloseDlg();" class="Button">Close</button>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -