Class Index | File Index

Classes


Class ForumPostConfig


Defined in: sdk.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This object models a forum post.
Field Summary
Field Attributes Field Name and Description
 
 
 
 
 
 
 
 
id
 
 
 
 
 
 
 
 
 
 
 
 
Method Summary
Method Attributes Method Name and Description
 
parseXML(element)
 
Class Detail
ForumPostConfig()
This object models a forum post. It can be used from a forum UI, or with the Libre Web API. It can convert itself to/from XML for web API usage. You must set the forum id as the forum of the forum post. A forum post that has a parent (parent forum post id) is a reply.
Field Detail
creationDate

creator

dailyViews

details

detailsText

flaggedReason

forum

id

isAdmin

isFeatured

isFlagged

monthlyViews

parent

replies

replyCount

summary

tags

topic

views

weeklyViews
Method Detail
parseXML(element)
Parameters:
element

toXML()

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 17 2017 14:11:30 GMT-0400 (EDT)