再次提出这个问题的道歉,我已经查看了关于SO,Code Project,ASP论坛和TinyMCE论坛的其他问题,并且没有雪茄。
我有一个更新面板,位于两个带有内容文本区域(asp:textbox)的模板中,由可折叠面板扩展器处理。在Page_Load上,文本区域都由TinyMCE插件控制,但是当你关闭一个并再次打开它时,文本框的TMCE控制器都没有。
我试图让TinyMCE控制器填充textareas而不管部分回发。
我尝试删除所有其他jQuery插件和脚本无效,因此我排除了与其他脚本的兼容性问题。
为了澄清我的代码,重新初始化部分与我拥有的其他插件一起工作,所以我希望/希望它可以在这里工作。
我已经缩减并简化了我的代码,只包含相关的细分,如果我遗漏了任何内容请告诉我,我会更新问题。
非常感谢任何帮助,谢谢。
脚本
<script src="../Scripts/tinymce/tinymce.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
tinymce.init({
menubar: false,
width: 800,
height: 250,
selector: "textarea"
});
function confirm_delete() {
return confirm('Are you sure that you wish to delete this announcement?');
}
// reinitialise everything after postback
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function () {
tinymce.init({
menubar: false,
width: 800,
height: 250,
selector: "textarea"
});
</script>
ASP更新面板
<asp:UpdatePanel ID="annupd" runat="server" ChildrenAsTriggers="true" UpdateMode="Conditional" >
<ContentTemplate>
<asp:ListView ID="ListView1" runat="server" DataSourceID="SqlDataSource1" DataKeyNames="Id" InsertItemPosition="FirstItem" ItemPlaceholderID="lay0" OnItemCommand="ListView1_ItemCommand" AllowPaging="True" EnableViewState="true">
<EditItemTemplate>
<tr style="background-color:#fffAfC;">
<td style="width:90px;" rowspan="3">
<asp:Button ID="UpdateButton" runat="server" CommandName="Update" Text="Update" />
<asp:Button ID="CancelButton" runat="server" CommandName="Cancel" Text="Cancel" />
</td>
<td >
<asp:TextBox ID="TitleTextBox" runat="server" Text='<%# Bind("Title") %>' Width="300px" />
</td>
<td>
<asp:CheckBox ID="EnabledTextBox" runat="server" Checked="SomeBind" />Enabled
</td>
</tr>
<tr >
<td colspan="4">
<asp:TextBox ID="TextBox2" runat="server" Text="SomeBind" TextMode="MultiLine" Width="100%" Rows="16"/>
</td>
</tr>
<tr style="background-color:#fffAfC;color: #FFFFFF;">
<td colspan="2">
<asp:TextBox ID="URLLinkTextBox" runat="server" Text="SomeBind" Width="100%"/>
</td>
<td colspan="1">
<asp:DropDownList ID="Group" runat="server" Text="SomeBind" Width="120px" DataSourceID="SqlDataSource0" DataTextField="GroupName" DataValueField="ID">
</asp:DropDownList>
</td>
<td colspan="1">
<asp:DropDownList ID="DLL2" runat="server" Width="120px" OnSelectedIndexChanged="DLL2_SelectedIndexChanged" AutoPostBack="true" EnableViewState="true" CausesValidation="false">
<asp:ListItem Value="0">Select</asp:ListItem>
<asp:ListItem Value="1">Option 1</asp:ListItem>
<asp:ListItem Value="2">Option 2</asp:ListItem>
</asp:DropDownList>
<td>>
</td>
</td>
</tr>
</EditItemTemplate>
<EmptyDataTemplate>
<table runat="server" style="background-color: #FFFFFF;border-collapse: collapse;border-color: #999999;border-style:none;border-width:1px;">
<tr>
<td>No data was returned.</td>
</tr>
</table>
</EmptyDataTemplate>
<ItemSeparatorTemplate>
<tr>
<td colspan="5" class="hr"><hr /></td>
</tr>
</ItemSeparatorTemplate>
<InsertItemTemplate>
<tr>
<td colspan="5" >
<asp:panel runat="server" ID="Panel1" >
<div style="vertical-align:middle;height:30px;">
<div style="float:left;vertical-align:top;height:20px;display:inline;padding:0px;">
<asp:ImageButton ID="cdimg" runat="server" AlternateText="+" ImageUrl="/images/expand3.jpg" BorderStyle="None" CssClass="bimg" />
</div>
<div style="float:left;vertical-align:middle;display:inline;padding:2px; cursor:pointer;"><h3> Add New Announcement</h3>
</div>
</div>
</asp:panel>
</td>
</tr>
<tr>
<td colspan="5" >
<asp:panel runat="server" ID="Panel2" CssClass="cpBody">
<table id="innert" runat="server" style="width:100%;">
<tr style="">
<td rowspan="3" style="width:90px;">
<asp:Button ID="InsertButton" runat="server" CommandName="Insert" Text="Insert" />
<asp:Button ID="CancelButton" runat="server" CommandName="Cancel" Text="Clear" />
</td>
<td>
<asp:TextBox ID="TitleTextBox" runat="server" Text="SomeBind" Width="300px" />
</td>
<td style="width:80px;">
<asp:CheckBox ID="EnabledTextBox" runat="server" Checked="true" />Enabled
</td>
</tr>
<tr >
<td colspan="4">
<asp:TextBox ID="TextBox" runat="server" Text="SomeBind" Width="100%" TextMode="MultiLine" Rows="16" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:TextBox ID="URLLinkTextBox" runat="server" Text="SomeBind" Width="100%" />
</td>
<td colspan="1">
<asp:DropDownList ID="Group" runat="server" Text="SomeBind" Width="100px" DataSourceID="SqlDataSource0" DataTextField="GroupName" DataValueField="ID" >
</asp:DropDownList>
</td>
<td colspan="1">
<asp:DropDownList ID="DDL" runat="server" Width="100px" OnSelectedIndexChanged="DDL_SelectedIndexChanged" AutoPostBack="true" CausesValidation="false" EnableViewState="true">
<asp:ListItem Value="0">Select</asp:ListItem>
<asp:ListItem Value="1">Option 1</asp:ListItem>
<asp:ListItem Value="2">Option 2</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
</table>
</asp:panel>
<act:CollapsiblePanelExtender runat="server" ID="ocpe" TargetControlID="Panel2" CollapseControlID="Panel1" ExpandControlID="Panel1" ImageControlID="odimg" CollapsedImage="/images/expand3.jpg" ExpandedImage="/images/contract3.jpg" Collapsed="True" ExpandedSize="450">
</act:CollapsiblePanelExtender>
</td>
</tr>
</InsertItemTemplate>
<ItemTemplate>
</ItemTemplate>
<SelectedItemTemplate>
</SelectedItemTemplate>
<LayoutTemplate>
<table id="imoo" border="1" style="background-color: #FFFFFF;border-collapse: collapse;border-color: #999999;border-style:none;border-width:1px;font-family: Verdana, Arial, Helvetica, sans-serif;width:100%;">
<thead>
<th> </th>
<th>Title</th>
<th> </th>
</thead>
<asp:literal id="lay0" runat="server"> </asp:literal>
</table>
<div id="centrepager" style="width:100%; text-align:center">
<asp:DataPager PageSize="10" PagedControlID="ListView1" runat="server" ID="ListViewPageController" QueryStringField="Id">
<Fields>
<asp:NextPreviousPagerField ShowFirstPageButton="true" ShowNextPageButton="false"/>
<asp:NumericPagerField ButtonCount="5" />
<asp:NextPreviousPagerField ShowLastPageButton="true" ShowPreviousPageButton="false"/>
</Fields>
</asp:DataPager>
</div>
</LayoutTemplate>
</asp:ListView>
</ContentTemplate>
</asp:UpdatePanel>
更新1
我正在考虑使用AJAX来解决这个问题,以便在部分重新加载时调用tinymce插件 - 这是否可能,到目前为止尝试都失败了。
我已经尝试从page_load初始化jquery tinymce函数,如果它还没有被调用但仍然没有被调用。
VB.NET代码
Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Page.IsPostBack Then
If (Not ClientScript.IsStartupScriptRegistered("tinymce")) Then
Page.ClientScript.RegisterStartupScript _
(Me.GetType(), "tinymce", "tinymce();", True)
End If
End If
End Sub
当我尝试通过jQuery执行此操作时,它破坏了整个插件。
function pageLoad() {
tinymce.init({
menubar: false,
width: 800,
height: 250,
selector: "textarea"
});
答案 0 :(得分:1)
不幸的是,我找不到通过ASP运行更新面板的方法。
要解决我在ScriptManagerToolkit中禁用EnablePartialRendering
的问题。
虽然这不是我想要的解决方案,但它是针对这一特定问题的解决方案 - 由于时间限制,这需要尽快开始工作。
如果/当我/其他人找到更好的解决方案时,我会更新此帖子。让它工作的关键似乎依赖于一种形式的回发,以便重新初始化部分页面加载。
答案 1 :(得分:1)