Feature request: add custom header to admin classes #548

Closed
opened 2020-05-01 13:56:07 +00:00 by jcodewalker · 4 comments
jcodewalker commented 2020-05-01 13:56:07 +00:00 (Migrated from github.com)

Steps to reproduce the issue

like we can do in site side, it would be nice to be able to add custom header in admin side as well, so we can use some core utilities like:
use Joomla\Utilities\ArrayHelper; // just an example...

Perhaps it could be added in "Custom Buttons" area..?

Expected result

Actual result

System information (as much as possible)

  • OS Name & Version:
  • MySql Version:
  • Apache Version:
  • PHP Version:
  • Joomla Version:
  • JCB Version:
  • Browser:

Additional comments

### Steps to reproduce the issue like we can do in site side, it would be nice to be able to add custom header in admin side as well, so we can use some core utilities like: use Joomla\Utilities\ArrayHelper; // just an example... Perhaps it could be added in "Custom Buttons" area..? ### Expected result ### Actual result ### System information (as much as possible) - OS Name & Version: - MySql Version: - Apache Version: - PHP Version: - Joomla Version: - JCB Version: - Browser: ### Additional comments

There is three three areas, Model, View, and Controller. Where exactly would you like this added?

There is three three areas, Model, View, and Controller. Where exactly would you like this added?
jcodewalker commented 2020-05-02 13:03:24 +00:00 (Migrated from github.com)

Well, the most the better...
Said that, so far I needed to add something only in Controller (single, meant "edit" Controller to better process posted data).
Thank you.

Well, the most the better... Said that, so far I needed to add something only in Controller (single, meant "edit" Controller to better process posted data). Thank you.
marcorensch commented 2020-10-11 07:52:03 +00:00 (Migrated from github.com)

+1 for intergration in Model

+1 for intergration in Model
https://www.youtube.com/watch?v=TjoH5rj4UgM
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#548
No description provided.