How to customize InsertXrefOperation?

patrick
Posts: 96
Joined: Mon May 09, 2011 11:54 am

How to customize InsertXrefOperation?

Post by patrick »

Hi,

is it possible to customize the InsertXrefOperation (the link dialog) from the DocBook framework? Because in Framework source it only calls the DocbookAccess.insertXRef() as compiled source?

Thanks,
Patrick
alex_jitianu
Posts: 1008
Joined: Wed Nov 16, 2005 11:11 am

Re: How to customize InsertXrefOperation?

Post by alex_jitianu »

Hello Patrick,

Unfortunately the dialog is not customizable through the API. You will have to implement one starting from scratch. What did you want to change in it, though?

Best regards,
Alex
patrick
Posts: 96
Joined: Mon May 09, 2011 11:54 am

Re: How to customize InsertXrefOperation?

Post by patrick »

Hello Alex,

we need a similar dialog for another dtd structure. In gerneral it works with the docbook dialog but some elements are different.

Best regards,
Patrick
alex_jitianu
Posts: 1008
Joined: Wed Nov 16, 2005 11:11 am

Re: How to customize InsertXrefOperation?

Post by alex_jitianu »

Hello Patrick,

I'm sorry but I don't have a solution for you. The source code for the dialog is not public and it uses a lot of obfuscated code.

Best regards,
Alex
Post Reply