ZVON > References > VoiceXML Reference |
Intro / Search / ZVON |
Element: | object |
Attributes: | | archive | caching | classid | codebase | codetype | cond | data | expr | fetchhint | fetchtimeout | name | type | |
Parents: | | form | |
Children: | | audio | catch | enumerate | error | filled | help | noinput | nomatch | param | prompt | property | value | |
Description: | Go to Standard |
<object name="debit" classid="method://credit_card/gather_and_debit" data="http://www.recordings.example/prompts/credit/jesse.jar"> <param name="amount" expr="document.amt"/> <param name="vendor" expr="vendor_num"/> </object> |
<object name="debit" classid="method://credit_card/gather_and_debit" data="http://www.recordings.example/prompts/credit/jesse.jar"> <param name="amount" expr="document.amt"/> <param name="vendor" expr="vendor_num"/> <param name="application_id" value="ADC5678-QWOO"/> <param name="authentication_server" value="http://auth_svr.example" valuetype="ref" type="text/plain"/> </object> |
<form id="gather_pager_message"> <object name="message" classid="builtin://keypad_text_input"> <prompt> Enter your message by pressing your keypad once per letter. For a space, enter star. To end the message, press the pound sign. </prompt> </object> <block> <assign name="document.pager_message" expr="message.text"/> <goto next="#confirm_pager_message"/> </block> </form> |