|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Topic
Defined in obj-topic.js
Version: 1.0
Author: mpollack
Field Summary | |
int |
num
Topic number |
string |
objname
Name given to identify object on debug |
string |
oid
Topic ID |
array |
pages
Page objects in a sequential array |
array |
pagesID
Topic objects in an associative array |
Section |
par
Reference to parent object |
string |
title
Topic title |
string |
type
Topic type |
Constructor Summary | |
Topic(<Section> p,<string> id,<string> ti,<string> ty,<int> nu)
Contains data for a topic |
Method Summary | |
Boolean
|
containsMediaByFilter(<string> f)
Checks the topic to see if any pages furth down the tree contain media of a particular type |
void
|
dump()
Sends debug information on all properties to the debug window |
Page
|
getPageByID(<string> i)
Gets the page from a supplied ID |
Field Detail |
int num
string objname
string oid
array pages
array pagesID
Section par
string title
string type
Constructor Detail |
Topic(<Section> p,<string> id,<string> ti,<string> ty,<int> nu)
p
- parent object reference
id
- topic ID
ti
- topic title
ty
- topic type
nu
- topic number
Method Detail |
Boolean containsMediaByFilter(<string> f)
f
- media filter type
void dump()
Page getPageByID(<string> i)
i
- page id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |