Browser
        
    Table of Contents
    
    
        Interfaces
        
    
    
                    - ElementBrowserInterface
- Element browsers are modals rendered when records are attached to FormEngine elements.
        Classes
        
    
    
                    - AbstractElementBrowser
- Base class for element browsers
This class should only be used internally. Extensions must implement the ElementBrowserInterface.
- DatabaseBrowser
- Showing a page tree and allows you to browse for records. This is the modal rendered
for type=group to add db relations to a group field.
- ElementBrowserRegistry
- Registry for element browsers. The registry receives all services, tagged with "recordlist.elementbrowser".
- FileBrowser
- Browser for files. This is used when adding a FAL inline image with the 'add image' button in FormEngine.
- FolderBrowser
- Browser for folders. This is used with type=folder to select folders.