| 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. | ||
| type | Data Type: (error-event type) | Default: none - attribute is optional |
| The 'type' attribute, when used in conjunction with the <onerror> element is used for fine-grained event handling for specific circumstances. When a specific error is thrown, the callXML browser will look for a specific <onerror type> matching the event thrown, and execute the code contained within. If no specific handlers are present, the browser will then execute any generic <onerror> elements that are present and execute the code within. The allowable values for this atribute are:
| ||
| <?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 |