<demo> <section> <screen> <image_button> |
Use the image_button tag to add 'jump buttons' to this screen once the animation completes.
Required Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
---|---|---|---|---|
<button_image> | yes | File name | null | File name (or filepath/URL) of the image, relative to the applet's html page. Screens must be in GIF or JPEG formats. Examples: screen_folder/section1/button.gif |
<draw_point> | yes | x/y coordinate | null | The upper-left corner of the image |
<href> | yes | URL | null | When this image is clicked, jump to this URL |
<screen_index> | yes | Integer (1-# screens) | null | When this image is clicked, jump to a screen in the demo |
<target_window> | yes | _self, _parent, _top, _blank, or name | _top | Window/Frame to show the new page in |
Next |