DHTML Event Maps
The following macros can be used to handle DHTML events.
DHTML Event Map Macros
The following macros can be used to handle DHTML events in CDHtmlDialog-derived classes.
Marks the start of the DHTML event map. |
|
Marks the start of the DHTML event map. |
|
Declares the DHTML event map. |
|
Used to handle an event at the document level for a single HTML element. |
|
Used to handle an event fired by an ActiveX control. |
|
Used to handle an event at the document level for all HTML elements with a particular CSS class. |
|
Used to handle an event at the element level. |
|
Used to handle the onafterupdate event from an HTML element. |
|
Used to handle the onbeforeupdate event from an HTML element. |
|
Used to handle the onblur event from an HTML element. |
|
Used to handle the onchange event from an HTML element. |
|
Used to handle the onclick event from an HTML element. |
|
Used to handle the ondataavailable event from an HTML element. |
|
Used to handle the ondatasetchanged event from an HTML element. |
|
Used to handle the ondatasetcomplete event from an HTML element. |
|
Used to handle the ondblclick event from an HTML element. |
|
Used to handle the ondragstart event from an HTML element. |
|
Used to handle the onerrorupdate event from an HTML element. |
|
Used to handle the onfilterchange event from an HTML element. |
|
Used to handle the onfocus event from an HTML element. |
|
Used to handle the onhelp event from an HTML element. |
|
Used to handle the onkeydown event from an HTML element. |
|
Used to handle the onkeypress event from an HTML element. |
|
Used to handle the onkeyup event from an HTML element. |
|
Used to handle the onmousedown event from an HTML element. |
|
Used to handle the onmousemove event from an HTML element. |
|
Used to handle the onmouseout event from an HTML element. |
|
Used to handle the onmouseover event from an HTML element. |
|
Used to handle the onmouseup event from an HTML element. |
|
Used to handle the onresize event from an HTML element. |
|
Used to handle the onrowenter event from an HTML element. |
|
Used to handle the onrowexit event from an HTML element. |
|
Used to handle the onselectstart event from an HTML element. |
|
Used to handle an event at the document level for all elements with a particular HTML tag. |
|
Marks the end of the DHTML event map. |
URL Event Map Macros
The following macros can be used to handle DHTML events in CMultiPageDHtmlDialog-derived classes.
Marks the start of the multipage DHTML and URL event map. |
|
Marks the start of an embedded DHTML event map. |
|
Marks the start of a URL event entry map. |
|
Declares the multipage DHTML and URL event map. |
|
Marks the end of the multipage DHTML and URL event map. |
|
Marks the end of an embedded DHTML event map. |
|
Marks the end of a URL event entry map. |
|
Maps a URL or HTML resource to a page in a multipage dialog. |