Zrlhappy的博客
                               从今天起, 做一个幸福的人
                                    喂马, 劈柴, 周游世界
                                    从今天起, 关心粮食和蔬菜
                                    我有一所房子, 面朝大海, 春暖花开
                                    给每一条河每一座山取一个温暖的名字
                                    我也愿面朝大海, 春暖花开……
  //往页面中嵌套编辑控件。首先得有这样一个控件。然后按如下步骤:

1.  现在文件头加上:<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>

2.  然后在相应位置加上:

<tr bgcolor="#ffffff">

     <td colspan="4">

        <span style="font-size: 9pt">内容: </span>

    <FCKeditorV2:FCKeditor BasePath="/jly/Inc/" Value='<%# Bind("content") %>' ID="Content" runat="server" Height="400px"></FCKeditorV2:FCKeditor>

      </td>

</tr>

posted on 2006-03-09 15:48  zrlhappy  阅读(173)  评论(0)    收藏  举报