contentAdmin

contentAdmin

PrefixcontentAdmin
Library path/tags/contentAdmin
CFImport

<contentAdmin:column ...>

Used to define a content administration column.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
propertystringNoThe property property to render
webskinstringNoA webskin of the typename to render
titlestringNoThe title of the column
bSortablestringNofalseIs the column sortable

<contentAdmin:displayFilter ...>

Used to define a content administration list.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
listIDstringNoThe id to attach this filter to.
typenamestringNoThe content type we are filtering on.
aFiltersstringNo#arrayNew(1)#
r_stFilterstringNostFilterThe caller scope variable that the results will be returned to

<contentAdmin:filter ...>

Used to define a content administration filter option.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
titlestringNoThe title of the filter to render

<contentAdmin:filterProperty ...>

Used to define a content administration filter option.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
namestringNoThe name of the filter property
labelstringNoThe label of the filter property
typestringNocontainsthe render type of the filter that will use the stProps passed in
stPropsstringNo#structNew()#The default value of the filter.

<contentAdmin:limit ...>

Used to define a content administration filter option.

XML StyleYes

Attributes

<contentAdmin:limitProperty ...>

Used to define a content administration filter option.

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
namestringNoThe name of the limit property
typestringNocontainsthe render type of the limit that will use the stProps passed in
stPropsstringNo#structNew()#The default value of the limit.

<contentAdmin:list ...>

Used to define a content administration list.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
idstringNoThe id to uniquely identify this listing. By Default it will be set to the typename. If typename, is empty, this field is required.
typenamestringNoThe typename to automatically fetch all the records of
querystringNoA query name that contains the objectids to loop over.
titlestringNo
classstringNo
stylestringNo