Libraries tagged by gridfield
briceburg/silverstripe-flexiaddress
40 Downloads
Add microdata friendly addresses and phone numbers to your SilverStripe objects.
bratiask/silverstripe-pickerfield
171 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
silbinarywolf/multirecordfield
2853 Downloads
A module for editing multiple records on a backend or frontend form.
goldfinch/image-settings
4 Downloads
Image Editor for quick image alt/title, name and focus point updates
goldfinch/focuspoint-extra
441 Downloads
Image Editor for quick image alt/title, name and focus point updates
tom-alexander/silverstripe-griddle
14 Downloads
GridField replacement
sunnysideup/dataobjectpreview
24 Downloads
Allows preview of dataobjects in GridField
iliain/silverstripe-queuedexport
252 Downloads
Provides a GridField button to queue the export to a CSV, good for handling large datasets
hchokshi/silverstripe-hasonefield
1605 Downloads
Edit a has_one relationship using the gridfield editor, triggered by clicking a button.
bramdeleeuw/silverstripe-webapp
13 Downloads
Adds new form actions and buttons to GridField detail form for usability enhancements.
grinfeld/phpjsonable
4786 Downloads
Simple json encode and decode object
gerifield/little-red-queue
19 Downloads
Small PHP queue system with redis backend.
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.