Re: Having the ability to insert links

  •  06-12-2007, 3:17 PM

    Re: Having the ability to insert links

    ok that came out a mess. Here it goes again. They are in a datalist. But the templateItemList property wont hold. I am using the version previous to version 6. Any ideas?
     
     
     
      <TR>
                   <TD vAlign="top" noWrap><STRONG><FONT face="Verdana" size="1">Blurb Text:</FONT>&nbsp;</STRONG>
                   </TD>
                   <TD colSpan="4">
                    <CE:EDITOR id=ceSelectBlurbText runat="server" TemplateItemList="InsertLink, Unlink" Text='<%# DataBinder.Eval(Container.DataItem, "Blurb Text") %>' ShowBottomBar="False" breakelement="Br" autoconfigure="none" RemoveServerNamesFromUrl="false">
                    </CE:EDITOR></TD>
                  </TR>
                  <TR>
                   <TD vAlign="top" noWrap><STRONG><FONT face="Verdana" size="1">Full Text:</FONT>&nbsp;</STRONG>
                   </TD>
                   <TD colSpan="4">
                    <CE:EDITOR id=ceSelectItemText runat="server" TemplateItemList="InsertLink, Unlink" Text='<%# DataBinder.Eval(Container.DataItem, "Item Text") %>' ShowBottomBar="False" breakelement="Br" autoconfigure="none" RemoveServerNamesFromUrl="false">
                    </CE:EDITOR></TD>
         
View Complete Thread