Class Archive
Extends
HopObject.
Defined in: Archive.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Archive(name, type, parent)
|
Field Attributes | Field Name and Description |
---|---|
<static> |
Archive._children
|
<static> |
Archive.name
|
<static> |
Archive.parent
|
<static> |
Archive.type
|
Method Attributes | Method Name and Description |
---|---|
getChildElement(name)
|
|
getDate()
|
|
getPage()
|
|
getPermission(action)
|
|
getSize()
|
|
href(action)
|
|
link_macro(param, action, text)
|
|
- Methods borrowed from class HopObject:
- addTag, checkbox_macro, created_macro, creator_macro, getFormOptions, getFormValue, getTags, getTitle, handleMetadata, input_macro, kind_macro, link_filter, log, macro_macro, map, modified_macro, modifier_macro, notify, onRequest, radiobutton_macro, removeTag, select_macro, self_macro, setTags, skin_macro, textarea_macro, toString, touch, type_macro, upload_macro
Field Detail
<static>
{Story[]}
Archive._children
<static>
{String}
Archive.name
<static>
{String}
Archive.parent
<static>
{String}
Archive.type
Method Detail
{HopObject}
getChildElement(name)
- Parameters:
- {String} name
- Returns:
- {HopObject}
{Date}
getDate()
- Returns:
- {Date}
{String}
getFilter()
- Returns:
- {String}
{Number}
getPage()
- Returns:
- {Number}
{Number}
getPageSize()
- Returns:
- {Number}
{Boolean}
getPermission(action)
- Parameters:
- {String} action
- Returns:
- {Boolean}
{Number}
getSize()
- Returns:
- {Number}
{String}
href(action)
- Parameters:
- {String} action
- Returns:
- {String}
link_macro(param, action, text)
- See:
- renderLink
stories_macro()