Configuration Schema
NAVIGATION Element
See Also  Send comments on this topic.
Configuration Schema : NAVIGATION Element

Glossary Item Box

Description

Used to specify scripts to call when Navigation object events occur.

Diagram

NAVIGATION Element

Overview

NAVIGATION
Used to specify scripts to call when Navigation object events occur.
ongoto optional
Specify the script to run when this event occurs.
oninrange optional
Specify the script to run when this event occurs.

Attributes

NameTypeUseDefaultFixedDescription
ongoto optional  Specify the script to run when this event occurs.
oninrange optional  Specify the script to run when this event occurs.

Remarks

The script subroutine called should be located in the file specified in the SCRIPT element.

Examples

Applet with one toolbar and no forms

Source

<xs:element name="NAVIGATION" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify scripts to call when Navigation object events occur.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ongoto">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="oninrange">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.