描述

  • 效果同ctrl+a

接口

void SelectAll()

参数

参数名 必填 类型 说明 备注
N/A

返回值

类型 说明 备注

使用示例

thinkEditor.PushSelection();
thinkEditor.SelectAll();
...
thinkEditor.SetFontConfig({
    fontName:'宋体',
    fontSizeItem:'小四'
});
...
thinkEditor.PopSelection();
文档更新时间: 2025-06-03 22:31   作者:admin