Class Archive
- Defined in: Archive.js
- Extends HopObject
Constructor Attributes | Constructor Name and Description |
---|---|
Archive(name, type, parent)
|
Method Summary
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
- deleteMetadata
- getFormOptions
- getFormValue
- getMetadata
- getTags
- getTitle
- handleMetadata
- input_macro
- kind_macro
- link_filter
- log
- macro_macro
- map
- metadata_macro
- modified_macro
- modifier_macro
- notify
- onCodeUpdate
- onRequest
- radiobutton_macro
- removeTag
- select_macro
- self_macro
- setMetadata
- setTags
- skin_macro
- textarea_macro
- toString
- touch
- type_macro
- upload_macro
Class Detail
Archive(name, type, parent)
- Parameters:
- {Object} name
- {Object} type
- {Object} parent
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()