📄 stylebuildercaller.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="StyleBuilderCaller.ascx.cs" Inherits="Telerik.WebControls.EditorControls.StyleBuilderCaller" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<span class="Label">
<script>localization.showText('BuildStyle');</script>
<input type="hidden" id="<%=this.ClientID%>_styleTextHolder"/>
<input type="button" id="<%=this.ClientID%>_showStyleBuilder" style="margin-bottom:1px;height:20px;border:1px solid #999999;" onclick="javascript:<%=this.ClientID%>.ShowDialog();" onfocus="this.blur();" value=" ... "/>
</span>
<script>
var <%=this.ClientID%> = new StyleBuilderCaller('<%=this.ClientID%>');
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -