Skip to main content
12-Amethyst
February 21, 2023
Solved

Modifying the default Editor View of CALS Tables

  • February 21, 2023
  • 1 reply
  • 2063 views

Hi all

I am looking for a way to customise the default CALS table rule display behaviour of Arbortext Editor v8 "Editor view".

 

The standard/menu driven way to achive diferent rules in a table display is to modify the relevant table attributes. For example, these 2 attribute changes would give what is required:

 

<table frame=”topbot”>
<thead><row rowsep=”1”> //first row in thead

But because of post processing systems and outsource providers we want to have these rules displayed for the authors, but with no attributes or any other markup changes, so change the fixed defaults of the built in Editor view.

 

I have looked into DCF edits, stylesheet properties, preferences, FOSI edits without finding any documention/path.

 

Does anyone know how best to achive this or which source files contain the relevant code to hack!?

Many thanks
Chris

 

 

 

 

Best answer by ChrisWestern

Confirmed by PTC dev, this is hard coded and cannot be modified.

1 reply

16-Pearl
February 21, 2023

Hey Chris, hope all is well πŸ™‚ I think this behaviour is buried deep down in the guts of Arbortext. The easy path would just be to set the attributes when loading the document then strip them all away again when saving the document. Arbortext CALS tables are not very customisable...

12-Amethyst
February 22, 2023

Hey Gareth
Thanks for adding your thoughts, I was hoping not to have to do this, but if it's all locked away I guess I'm a bit stuck with a clunky solution if they decide it's a must have.
Cheers πŸ€œ
Chris

ChrisWestern12-AmethystAuthorAnswer
12-Amethyst
October 25, 2023

Confirmed by PTC dev, this is hard coded and cannot be modified.