📄 imagedialogcaller.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" CodeBehind="ImageDialogCaller.ascx.cs" Inherits="Telerik.WebControls.EditorControls.ImageDialogCaller" %>
<nobr><input type="text" class="Text" style="height:20px;" size="40" id="<%=this.ClientID%>_resultTextBox">
<button id='<%=this.ClientID%>_dialogOpenerButton' style="margin-bottom:1px;height:20px;border:1px solid #999999;" onclick=" return <%=this.ClientID%>.CallImageDialog();" onfocus="this.blur();">
...
</button></nobr>
<asp:literal id="ltScriptHolder" runat="server"></asp:literal>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -