| CallXML 3.0 Development Guide | Home | Frameset Home |
<on> handler element instead| next | Data Type: (navigation identifier) | Default: none - attribute is optional |
| The 'next' attribute sets the URL the CallXML platform will go to when the container ends. | ||
| value | Data Type: (error-event type) | Default: none - attribute is optional |
| The value attribute for the <onexternalevent> element defines the type of event to be caught by the CallXML code, usually from a <sendevent> element loacted elsewhere in the application. When a specific event is effectively caught, any code contained within the <onexternalevent> will then be executed. | ||
| <?xml version="1.0" encoding="UTF-8"?> <callxml version="3.0"> <!-- In CallXML 3.0, this element has been deprecated in favor of the more modular 'on' element. While we retain backwards compatibility for this particular tag in the CallXML3.0 markup, it is advisable to use the 'on' element in your code. --> </callxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |