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
|
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!
|