Class Page

Object
   |
   +--Page

class 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

contenttext

string contenttext

media

Media media

num

int num

objname

string objname

oid

string oid

par

Topic par

type

string type

Constructor Detail

Page

Page(<Topic> p,<string> id,<string> ty,<int> nu,<string> te)

Method Detail

dump

void dump()

getText

void getText()

parseLinksInText

void parseLinksInText()

setText

void setText(<string> d)


Documentation generated by JSDoc on Tue Mar 4 12:01:48 2008