Subtopic

An index subtopic

Methods:

move, remove

Objects:

Number, Object, String,

Property Listing

Property

Type

Access

Description

index

Number

readonly

The index of the Subtopic within its containing object.

name

String

read/write

The name of the Subtopic.

parent

Topic

readonly

The parent of the Subtopic (a Topic).

properties

Object

read/write

A property that allows setting of several properties at the same time.

sortOrder

String

read/write

The string by which the topic is sorted instead of the topic name is not used. Note: The actual topic text, rather than the sort order text, appears in the index.

Method Listing

Subtopic move (to:Number)

Moves the topic to the specified location.

Parameter

Type

Description

to

Number

The location.

undefined remove ()

Deletes the Subtopic.

Return

Subtopics.add()

Subtopic.move()