Classes

\Sunnysideup\CMSNiceties\Forms

Name Description
CMSNicetiesEasyRelationshipField usage: $fields->addFieldToTab( 'Root.RelationFoo', CMSNicetiesEasyRelationshipField::create($this, 'RelationFoo') ->setSortField('SortOrder') ->setLabelForField('Check this Out') ->setHasEditRelation(true) ->setHasUnlink(true) ->setHasDelete(true) ->setHasAdd(true) ->setHasAddExisting(true) ->setMaxItemsForCheckBoxSet(150) ->setDataColumns(['Title' => 'My Title']) ->setSearchFields(['Title' => 'My Title']) ->setSearchOutputFormat('') );. EMPTY
CMSNicetiesLinkButton No description available EMPTY
CheckboxSetFieldWithLinks No description available EMPTY