返回介绍

tinymce-EditorCommands

发布于 2019-05-06 06:49:50 字数 3254 浏览 1327 评论 0 收藏 0

Methods

namesummarydefined by
addCommands()Adds commands to the command collection.tinymce.EditorCommands
execCommand()Executes the specified command.tinymce.EditorCommands
queryCommandState()Queries the current state for a command for example if the current selection is "bold".tinymce.EditorCommands
queryCommandSupported()Returns true/false if the command is supported or not.tinymce.EditorCommands
queryCommandValue()Queries the command value for example the current fontsize.tinymce.EditorCommands

Methods

addCommands

addCommands(commandList:Object, type:String)

Adds commands to the command collection.

Parameters
  • commandList (Object) - Name/value collection with commands to add, the names can also be comma separated.
  • type (String) - Optional type to add, defaults to exec. Can be value or state as well.

execCommand

execCommand(command:String, ui:Boolean, value:Object, args:Object):Boolean

Executes the specified command.

Parameters
  • command (String) - Command to execute.
  • ui (Boolean) - Optional user interface state.
  • value (Object) - Optional value for command.
  • args (Object) - Optional extra arguments to the execCommand.
Return value
  • Boolean - true/false if the command was found or not.

queryCommandState

queryCommandState(command:String):Boolean, Number

Queries the current state for a command for example if the current selection is "bold".

Parameters
  • command (String) - Command to check the state of.
Return value
  • Boolean - true/false if the selected contents is bold or not, -1 if it's not found.
  • Number - true/false if the selected contents is bold or not, -1 if it's not found.

queryCommandSupported

queryCommandSupported(command:String):Boolean

Returns true/false if the command is supported or not.

Parameters
  • command (String) - Command that we check support for.
Return value
  • Boolean - true/false if the command is supported or not.

queryCommandValue

queryCommandValue(command:String):Object

Queries the command value for example the current fontsize.

Parameters
  • command (String) - Command to check the value of.
Return value
  • Object - Command value of false if it's not found.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文