target id:s |
This string identifies the target area and can take one of the following forms:
Empty |
No frame tying takes place. All other parameters can be set for later use but will not take effect until this is specified. |
Num |
Specifies an absolute frame number on the same page. A frames number usually appears at its top-left corner on-screen (normally used with tfsel (n/a)).
However, when multiple pages or views are displayed, each page counts its frames from 1 for the purpose of Frame ties, even though the on-screen numbers are consecutive throughout all displayed pages.
|
Relative Num |
A number preceded by + or - is treated as an offset from the current frame. -1 is the previous frame, +1 is the next frame. |
Name |
Identifies a frame by name, (set with the tfname macro). First, earlier frames on the page are searched starting with the previous one, then later frames on the same page, starting with the next. The first frame to match the name, (which can be a wildcard, will be the target frame. If no frame matches then no tying will occur. |
?p |
This special two-character sequence is used to specify that the whole of the page containing the frame is to be the target area. |
|