Welcome Guest Search | Active Topics | Sign In | Register

EO:Editor, can i have multiple editors in a repeater control? Options
KA
Posted: Tuesday, February 22, 2011 5:38:13 AM
Rank: Newbie
Groups: Member

Joined: 2/13/2011
Posts: 4
Can someone help me with a code sample of how to read the edirors values in the server side?

<asp:Repeater ID="repTexts" runat="server">
<ItemTemplate>
<eo:Editor ID="EditTrans" Width="400px" Height="220px" runat="server" >... </eo:Editor>
</ItemTemplate>
</asp:Repeater>

....

thanks
eo_support
Posted: Tuesday, February 22, 2011 7:23:07 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

If you Google "Textbox in Repeater", you will find plenty of articles explaining how to access a TextBox inside a Repeater. It's the same for the Editor. You just need to replace "TextBox" with "EO.Web.Editor" in the code.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.