extending table inside rich text editor plugin | Community
Skip to main content
Level 4
October 16, 2015
Solved

extending table inside rich text editor plugin

  • October 16, 2015
  • 22 replies
  • 6407 views

Hi,

 

I am currently using the rich text editor table plugin. I would like to extend it to include two more extra properties I was wondering whether this is possible and if there is any examples.

 

Chris 

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 Ojjis

Hmm,
I would overlay the file in "/apps" with the same name/structure so you wont have to worry about that later one since it's quite a lot of scripts and different functions involved. 

Glad it worked out
/Johan

22 replies

chrisu168Author
Level 4
October 16, 2015

Hi,

 

I have read them. I have managed to extend tablepropertiesdialog but the 2 property fields I created do not get persisted.

 

Chris 

Ojjis
Level 7
October 16, 2015

Hi Chris.
Have you read this one: http://dev.day.com/docs/en/cq/current/developing/widgets.html ?
There you will find a lot of information of how to extend widgets.
Also there is a lot of info about how to configure the RTE here : http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html
and that will also show you how to edit things for the table plugin.

Good luck
/Johan