nosettings.ascx

来自「一种Portal的实现源码」· ASCX 代码 · 共 19 行

ASCX
19
字号
<%@ Control language="c#" Inherits="Rainbow.DesktopModules.OneFileModule" %>
<%@ Register TagPrefix="cc1" Namespace="Rainbow.UI.WebControls" Assembly="Rainbow" %>

<script language="C#" runat="server">

	void Page_Load(Object sender, EventArgs e)
	{
		if (IsPostBack == false)
		{
		}
	}

</script>

<cc1:DesktopModuleTitle EditText="Edit" EditUrl="~/DesktopModules/PropertyPage.aspx" PropertiesText="PROPERTIES" PropertiesUrl="~/DesktopModules/PropertyPage.aspx" runat="server" ID="ModuleTitle" />
This module does not use the settings system provided by the OneFileModuleKit!<P>
Note: You can delete the tag &lt;cc1:DesktopModuleTitle ... /&gt; and the &lt;%@ Register ... %&gt;
if you do not need the title (which includes the edit settings and properties link).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?