Class cfCustomFieldList
cfCustomFieldList Class
Class to manage a list of custom fields.
Package: clearFusionCMS
Copyright: Copyright (c) 2012 - 2014 clearFusionCMS. All rights reserved.
Located at system/app/cfCustomFields.php
Copyright: Copyright (c) 2012 - 2014 clearFusionCMS. All rights reserved.
Located at system/app/cfCustomFields.php
Properties summary
public
array
|
$fields
Array of all fields added to the form. |
#
array()
|
public
array
|
$ungrouped
Fields not grouped into a category. |
#
array()
|
public
array
|
$groupNames
Field group names by id. |
#
array()
|
public
array
|
$groupFields
Fields in group by id. |
#
array()
|
public
boolean
|
$before
Flags of group before content. |