Instruction set reference
HIPE_OP_EDIT_STATUS
Used to determine which edit actions are available, i.e. applicable to the currently selected content or fucused element. This is useful for creating an 'Edit' menu with unavailable options removed.
This operation can only be carried out by a top-level frame, and works on the entire frame hierarchy (including all child frames within the top-level frame).
- location: 0
- arg[0]: A string of "action code" characters for the functions that may be required. See below
Action codes
Character | Editing operation |
---|---|
z | Undo |
Z | Redo |
a | Select all |
x | Cut selected text to clipboard |
c | Copy selected text to clipboard |
v | Paste selected text from clipboard, matching destination formatting |
V | Paste selected text from clipboard, preserving source formatting if applicable |
b | Toggles bold if applicable |
i | Toggles italic if applicable |
u | Toggles underline if applicable |
k | Toggles strikethrough if applicable |
Notes
This operation takes a string of action codes, e.g. "xcv" and the server responds with the same opcode containing a string with unavailable actions removed.