本文介绍了创建内容宏(TOC)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用来自fckeditor的c#创建目录(TOC)宏。



我的要求是,当我为特定页面选择TOC宏时,它应该动态创建带有标题和副标题的目录。当用户点击标题或副标题时,它应该转到特定的部分。它是一个网络应用程序



数据我正在读取fckeditor ..



请帮帮我。

谢谢你。

How to create Table Of Content (TOC) Macro using c# from fckeditor.

My requirement is , when i am selecting TOC macro for a particular page,It should dynamically create the table of contents with heading and subheadings..and when user click on the heading or subheading it should go to the particular section.Its a web application

data I am reading from fckeditor..

Pls help me.
Thank u.

推荐答案


这篇关于创建内容宏(TOC)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 12:32