NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render:anchor-jump [2011/08/18 07:22] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:anchor-jump [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * Anchor that can be placed anywhere in the CP using the TAG **{A:MeinAnker}** (**%%<a name="MeinAnker">%%**). \\ | * Anchor that can be placed anywhere in the CP using the TAG **{A:MeinAnker}** (**%%<a name="MeinAnker">%%**). \\ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | |||
| + | **TAG:** | ||
| + | * ##{GO-A:CP-ID,Link text}## | ||
| + | * ##{GO-A:Ankertext,Link text}## | ||
| \\ | \\ | ||
| Line 30: | Line 37: | ||
| If a condition is not fulfilled, an error text displayed in the FE. | If a condition is not fulfilled, an error text displayed in the FE. | ||
| - | \\ | ||
| + | <note> | ||
| **The RT does not check for the existence of valid jump targets!** | **The RT does not check for the existence of valid jump targets!** | ||
| + | </note> | ||
| + | |||
| - | \\ | ||
| + | |||
| + | **Example:** | ||
| + | |||
| + | **{GO-A:149,Link text}** | ||
| + | |||
| + | <code html> | ||
| + | <a href="#cpid149" class="phpwcmsAnchorLink-GO" title="Link text">Link text</a> | ||
| + | </code> | ||
| + | |||
| + | \\ | ||
| + | **{GO-A:MyAnchorName,Link text}** | ||
| + | <code html> | ||
| + | <a href="#MyAnchorName" class="phpwcmsAnchorLink-GO" title="Link text">Link text</a> | ||
| + | </code> | ||
| + | |||
| + | \\ | ||
| ---- | ---- | ||
| Line 52: | Line 76: | ||
| - | Tag: -- **{GO-A:CP-ID, Link text}** oder **{GO-A:Anchor_text, Link text}** | + | Tag: -- ##{GO-A:CP-ID, Link text}## oder ##{GO-A:Anchor_text, Link text}## |
| Filename: **rt_goto_anchor.php** | Filename: **rt_goto_anchor.php** | ||