2012-08-10 72 views
0

我们已经在复合内部构建了一个自定义aspx页面。问题是页面标题或标题标题始终停留在加载...。我们尝试了.NET方面的一切,但它仍然没有消失。任何提示?复合自定义aspx页面标题问题

Composite C1 2.1.1 Build no。 2.1.4113.99

回答

1

http://compositec1.codeplex.com/discussions/279386

页面被正确加载,你必须添加一些C1特定标记。这也给出了完全访问JavaScript环境,你可以操纵的树木,打开的对话框中,更新消息队列中的利益等

以后的事已被添加作为最低 的开头:

<?xml version="1.0" encoding="UTF-8"?> 
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://www.w3.org/1999/xhtml" xmlns:control="http://www.composite.net/ns/uicontrol"> 
<control:httpheaders runat="server" /> 

进入<头>部分:

<control:scriptloader type="sub" runat="server" /> 

里面<体>节:

<body> 

<ui:page id="..."> .. </ui:page> 

</body> 

这里的差异之前和之后:http://compositec1contrib.codeplex.com/SourceControl/changeset/changes/0b7bb354faf2#Sorting%2fPackage%2fComposite%2fInstalledPackages%2fCompositeC1Contrib.Sorting%2fSort.aspx