Best way to override RTE table JS files | Community
Skip to main content
Level 3
October 16, 2015
Solved

Best way to override RTE table JS files

  • October 16, 2015
  • 1 reply
  • 809 views

I need to add some additional properties to the RTE table properties dialog and cell dialog properties. This means I have to override Table.js, TablePropertiesDialog.js and CellPropertiesDialog.js.

I don't really want to use the overlay approach creating matching paths under /apps as this will pollute the apps folder with additional folders e.g. apps/cq/ui/ret etc.

Whats the alternative/best practice?

I have created a widgets client library folder, adding the changed JS files to this. This approach seems to work, but is this the right thing to do?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Hi danchapmanme ,

Create your own plugin.

Thanks,
Sham
Tweet: @adobe_sham

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

Hi danchapmanme ,

Create your own plugin.

Thanks,
Sham
Tweet: @adobe_sham