|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--GlossaryTerm
Defined in obj-glossaryterm.js
Version: 1.0
Author: mpollack
Field Summary | |
string |
definition
Glossary term definition |
string |
id
Glossary term id |
string |
objname
Name given to identify object on debug |
Glossary |
par
Reference to parent object |
array |
seealso
Array of glossary term ids this term is to reference |
string |
setID
ID of glossary set term belongs in |
string |
term
Glossary term string |
Constructor Summary | |
GlossaryTerm(&l<string> t;Glossary> p,t,<string> d,<string> i,<string> s,<string> sa)
Holds information for glossary term |
Method Summary | |
void
|
dump()
Sends debug information on term properties to the debug window if turned on |
void
|
setData(<string> d)
Sets data on the object using a delimited string sent via the jshook api. |
array
|
setSeeAlso(<string> r)
Converts comma delimited string of glossary ids to an array |
Field Detail |
string definition
string id
string objname
Glossary par
array seealso
string setID
string term
Constructor Detail |
GlossaryTerm(&l<string> t;Glossary> p,t,<string> d,<string> i,<string> s,<string> sa)
p
- parent object reference
t
- term
d
- definition
i
- term id
s
- set id
sa
- see also terms
Method Detail |
void dump()
void setData(<string> d)
d
- delimited string with js commands
array setSeeAlso(<string> r)
r
- delimited string of glossary term ids
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |