What this solution does
The Administrative Part Builder is a framework for rapid and flexible configuration of the administration interface for Bitrix modules. The tool fully handles the rendering of the graphical interface and the management of options. Option values can be set via the standard interface generated by the module within the admin panel, or accessed and modified programmatically via API from any part of the site.
The interface created with the Builder supports the following features:
Support for 28 input types with customizable appearance and behavior.
An unlimited number of tabs and nested tabs.
The ability to define settings on separate tabs for each site, allowing for different configuration fields per site.
An administrative event system that allows for dynamic modification of tab behavior and settings processing in real time.
Display of messages for administrators.
Creation of presets for flexible control of module behavior, along with alternative representations of these presets.
Supported input types include checkboxes, time pickers, color pickers, and file uploads (including images).
Rover.fadmin is a constructor for the administrative part that provides a set of ready-made elements for building management forms. The tool supports creating headers, informational and hidden fields, as well as text, password, and textarea inputs. Data handling is facilitated by numeric fields, standard and complex dropdown lists with grouping, and infoblock selection.
The module includes components for working with dates, times, and schedules, along with controllers for organizing tabs and nested tabs. Form submission functionality is implemented, alongside management of presets (name, add, delete) and creation of customizable elements. An option to display input fields in a single row is available.
Technical compatibility: the minimum supported PHP version is 8.1. The project source code is available in the GitHub repository.
General iT can handle the implementation of “Admin Panel Builder”, from installation to configuration and compatibility checks.