Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 29 Working with FrameMaker markers > 29.7 Inserting code or text with markers > 29.7.4 Surrounding attribute markers with code
You can specify [MarkerTypeCodeBefore]
and [MarkerTypeCodeAfter]
for attribute markers such as LinkTitle.
However, for attribute markers you do not
assign the Code
property to the attribute marker
type in [MarkerTypes]
, because that would insert
marker code on the spot instead of in
an attribute marker.
For example, you could use the same content for
the link title
and LinkonMouseOver
attributes, and provide wrapper code for the latter, with just a single
LinkTitle marker in FrameMaker:
LinkTitle=LinkTitle LinkonMouseOver
LinkonMouseOver=window.status='
LinkonMouseOver='; return true;