|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Page
Defined in obj-page.js
Version: 1.0
Author: mpollack
Field Summary | |
string |
contenttext
Page text |
Media |
media
Page media |
int |
num
Page number |
string |
objname
Name given to identify object on debug |
string |
oid
Page ID |
Topic |
par
Reference to parent object |
string |
type
Page type |
Constructor Summary | |
Page(<Topic> p,<string> id,<string> ty,<int> nu,<string> te)
Contains data for a page |
Method Summary | |
void
|
dump()
Sends debug information on all properties to the debug window |
void
|
getText()
Sends the command to get the page text |
void
|
parseLinksInText()
Parses page text to convert links to proper format for use in HTML |
void
|
setText(<string> d)
Sets the page text |
Field Detail |
string contenttext
Media media
int num
string objname
string oid
Topic par
string type
Constructor Detail |
Page(<Topic> p,<string> id,<string> ty,<int> nu,<string> te)
p
- parent object reference
id
- page ID
ty
- page type
nu
- page number
te
- page text
Method Detail |
void dump()
void getText()
void parseLinksInText()
void setText(<string> d)
d
- page text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |