HTMLDocument.execCommand

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool execCommand(string commandId, bool showUI, string value)
    struct HTMLDocument
    nothrow
    bool
    execCommand
    ()
    (
    string commandId
    ,
    bool showUI
    ,
    string value
    )
  2. bool execCommand(string commandId, bool showUI)
  3. bool execCommand(string commandId)

Meta