<demo> <section> <screen> |
Each screen tag corresponds to one screen of the demo.
Required Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
---|---|---|---|---|
<image> | yes | File name | null | File name (or filepath/URL) of the screen image, relative to the applet's html page. Screens must be in GIF or JPEG formats. Examples: screen_folder/section1/screen1.gif |
Optional Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
<text_balloon> | no | View details | Each screen contain any number of "text ballon" popups | |
<cursor_move> | no | View details | Use any number of cursor_move's to shift the cursor around the screen before the final click_point. | |
<click_point> | no | x/y coordinate | null | The coordinates of where the mouse cursor should click, right before moving to the next screen |
<wait_for_user> | no | yes. no | yes | Should we show the Previous and Next buttons and wait for the user, or just pause for a bit and move to the next screen? |
<show_mouse> | no | yes. no | yes | Show the mouse cursor on this screen |
<image_button> | no | View details | Any number of buttons to add to this screen after the animation is complete. |
Next |