Implement a button to open a keyref
Posted: Wed Oct 19, 2016 10:33 am
				
				Hi,
it is possible to simulate a button to open a DITA keyref with plain CSS:
Is it possible to do the same thing with a oxy_button?
Greetings,
Stefan
			it is possible to simulate a button to open a DITA keyref with plain CSS:
Code: Select all
*[keyref]:before {
  link : oxy_concat("" , attr(keyref , keyref)) ;
  content : uri(../../img/link.png) "[" attr(keyref) "]" ;
  text-decoration-line : underline ;
}Greetings,
Stefan
