Class Archive
Extends
HopObject.
Defined in: Archive.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Archive(name, type, parent)
|
Field Attributes | Field Name and Description |
---|---|
<private> | |
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
<private>
{Story[]}
_children
{String}
name
{String}
parent
{String}
type
Method Detail
{HopObject}
getChildElement(name)
- Parameters:
- {String} name
- Returns:
- {HopObject}
{Date}
getDate()
- Returns:
- {Date}
{String}
getFilter()
- Parameters:
- {boolean}
- 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)
- Parameters:
- {Object} param
- {String} action
- {String} text
- See:
- renderLink
stories_macro()