Reputation: 147
Problem with the link highlighting like on the picture:
Have you any idea how to solve it?
Upvotes: 0
Views: 1307
Reputation: 36
The highlight method takes two parameters, the second of which allows you to specify the type of highlight. This is documented here. One of the 'types' allowed is where you can specify a css class. You can define a class, and specify it here.
If that isn't enough, another option would be to extend linkView, and implement your own 'highlight' methods on that. Then provide this new linkView to the paper constructor as a template.
Upvotes: 1