FCKEditor动态修改字体及大小
editorInstance.Commands.GetCommand('FontName').Execute("宋体");editorInstance.Commands.GetCommand('FontSize').Execute("3");//字体大小 1/最小;2/更小;3/小;4/标准;5/大;6/更大;7/最大 发布时间: 2012-10-09 10:21:45 作者: rapoo
FCKEditor动态修改字体及大小
editorInstance.Commands.GetCommand('FontName').Execute("宋体");editorInstance.Commands.GetCommand('FontSize').Execute("3");//字体大小 1/最小;2/更小;3/小;4/标准;5/大;6/更大;7/最大