How can i create a custom button while creating a page in content tree

Venkata Chakali asked on August 8, 2023 09:04

Hi Team, As per my requirement I need to add one custom button in content tree while creating a page along with Save, Save and create another, Spell check along with these three buttons I need to add one more button how can I add that please suggest me if you have any resolution for this

Recent Answers


Juraj Ondrus answered on August 8, 2023 13:37

Well, depending on the requirement details you may need to customize the UI code files. Be sure to document these changes well in the project documentation to prevent any further issues and data loss.
Or, I would create a an alternative form with the custom logic or, maybe use custom module with custom template.

Or, create the logic for the button as a custom form control and add it as a field to the page type.

I would recommend to re-consider the logic and need to avoid the customizations to the system files. Maybe using a custom module will be better or adding a custom tab to the UI. The ide is very similar to creating custom module interface, you will just add the UI element to the Content module.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.