contentAdmin
contentAdmin
Prefix | contentAdmin |
Library path | /tags/contentAdmin |
CFImport |
|
<contentAdmin:column ...>
Used to define a content administration column.
Attributes
Name | Type | Required | Default | Options | Description |
property | string | No | | | The property property to render |
webskin | string | No | | | A webskin of the typename to render |
title | string | No | | | The title of the column |
bSortable | string | No | false | | Is the column sortable |
<contentAdmin:displayFilter ...>
Used to define a content administration list.
Attributes
Name | Type | Required | Default | Options | Description |
listID | string | No | | | The id to attach this filter to. |
typename | string | No | | | The content type we are filtering on. |
aFilters | string | No | #arrayNew(1)# | | |
r_stFilter | string | No | stFilter | | The caller scope variable that the results will be returned to |
<contentAdmin:filter ...>
Used to define a content administration filter option.
Attributes
Name | Type | Required | Default | Options | Description |
title | string | No | | | The title of the filter to render |
<contentAdmin:filterProperty ...>
Used to define a content administration filter option.
Attributes
Name | Type | Required | Default | Options | Description |
name | string | No | | | The name of the filter property |
label | string | No | | | The label of the filter property |
type | string | No | contains | | the render type of the filter that will use the stProps passed in |
stProps | string | No | #structNew()# | | The default value of the filter. |
<contentAdmin:limit ...>
Used to define a content administration filter option.
Attributes
Name | Type | Required | Default | Options | Description |
None |
<contentAdmin:limitProperty ...>
Used to define a content administration filter option.
Attributes
Name | Type | Required | Default | Options | Description |
name | string | No | | | The name of the limit property |
type | string | No | contains | | the render type of the limit that will use the stProps passed in |
stProps | string | No | #structNew()# | | The default value of the limit. |
<contentAdmin:list ...>
Used to define a content administration list.
Attributes
Name | Type | Required | Default | Options | Description |
id | string | No | | | The id to uniquely identify this listing. By Default it will be set to the typename. If typename, is empty, this field is required. |
typename | string | No | | | The typename to automatically fetch all the records of |
query | string | No | | | A query name that contains the objectids to loop over. |
title | string | No | | | |
class | string | No | | | |
style | string | No | | | |