📄 webform1.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" validateRequest=false AutoEventWireup="false" Inherits="dayi.WebForm1" %>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="False" name="vs_snapToGrid">
<meta content="False" name="vs_showGrid">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css">
TABLE { FONT-SIZE: 9pt }
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体" style="FONT-SIZE: 9pt">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="775" bgColor="#ccccff" border="0">
<TR>
<TD width="88" align="right" bgColor="#ffffff">问题标题:</TD>
<TD width="680" bgColor="#ffffff">
<asp:TextBox id="txtSubject" runat="server" Width="378px"></asp:TextBox></TD>
</TR>
<TR>
<TD bgColor="#ffffff"><div align="right">问题关键字:</div>
</TD>
<TD bgColor="#ffffff">
<asp:TextBox id="txtKeyWord" runat="server" Width="376px"></asp:TextBox></TD>
</TR>
<TR>
<TD bgColor="#ffffff"><div align="right">所属类别:</div>
</TD>
<TD bgColor="#ffffff">
<asp:DropDownList id="listType" runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD valign="top" bgColor="#ffffff"><div align="right">问题内容:</div>
</TD>
<TD align="left" bgColor="#ffffff"><ftb:freetextbox language="zh-cn" id="FreeTextBox1" runat="server" AutoGenerateToolbarsFromString="True"
ToolbarStyleConfiguration="Office2003" EnableHtmlMode="False" ToolbarLayout="paragraphmenu,fontsizesmenu,fontfacesmenu,fontforecolorsmenu,fontbackcolorsmenu;undo,redo,print | bold,italic,underline,strikethrough;superscript,subscript,removeformat;justifyleft,justifyright,justifycenter,justifyfull;bulletedlist,numberedlist,indent,outdent;createlink,unlink,insertrule;cut,copy,paste,delete"><TOOLBARS>
<FTB:TOOLBAR runat="server">
<FTB:TOOLBARBUTTON title="插入图片" runat="server" FunctionName="insertImage" ButtonImage="insertimage">function
insertImage(ftbName) { var
returnStr=window.showModalDialog("ftb.imagegallery.aspx","","dialogHeight:200px;dialogWidth=400px;status:no;");
FTB_InsertText(ftbName,returnStr); }
</FTB:TOOLBARBUTTON>
<FTB:TOOLBARBUTTON title="插入文件" runat="server" FunctionName="insertFile" ButtonImage="insertFile">function
insertFile(ftbName) { var
returnStr=window.showModalDialog("ftb.filegallery.aspx","","dialogHeight:300px;dialogWidth=400px;status:no;");
FTB_InsertText(ftbName,returnStr); }
</FTB:TOOLBARBUTTON>
</FTB:TOOLBAR>
</TOOLBARS>
</ftb:freetextbox></TD>
</TR>
<TR>
<TD bgColor="#ffffff"><asp:button id="Button1" runat="server" Text="Button"></asp:button></TD>
<TD bgColor="#ffffff"><asp:label id="Label1" runat="server" Width="582px">Label</asp:label></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -