DHTML Editing Command Maps

The following macros can be used to map DHTML editing commands in CHtmlEditView-derived classes. For an example of their use, see HTMLEdit Sample.

DHTML Editing Command Map Macros

DECLARE_DHTMLEDITING_CMDMAP

Declares a DHTML editing command map in a class.

BEGIN_DHTMLEDITING_CMDMAP

Starts the definition of a DHTML editing command map within a class.

END_DHTMLEDITING_CMDMAP

Marks the end of a DHTML editing command map.

DHTMLEDITING_CMD_ENTRY

Maps a command ID to an HTML editing command.

DHTMLEDITING_CMD_ENTRY_FUNC

Maps a command ID to an HTML editing command and message handler.

DHTMLEDITING_CMD_ENTRY_TYPE

Maps a command ID to an HTML editing command and user interface element.

DHTMLEDITING_CMD_ENTRY_FUNC_TYPE

Maps a command ID to an HTML editing command, message handler, and user interface element.

See Also

Concepts

MFC Macros and Globals