Public Member Functions | |
| __construct ($options=null) | |
| getLinkType () | |
| getCaption () | |
| getClassStr () | |
| getJavascripts () | |
| getStylesheets () | |
| getHeadContent () | |
| getOnload () | |
| requiresTyQuery () | |
| linkCheckCall () | |
| getLinkBuildCall () | |
| getHref (&$request) | |
| __toString () | |
Protected Attributes | |
| $options = null | |
| $type = 'default' | |
| $caption = '[keine Bezeichnung]' | |
| $classStr = 'myty-default-link' | |
default class for linktype plugins
| tyLinkTypePlugin::__toString | ( | ) |
output the code
| tyLinkTypePlugin::getCaption | ( | ) |
returns the caption of link type
| tyLinkTypePlugin::getClassStr | ( | ) |
returns the class string for link tag
| tyLinkTypePlugin::getHeadContent | ( | ) |
returns additional contents for head tag like javascript tags or meta informations
| tyLinkTypePlugin::getHref | ( | &$ | request | ) |
returns the value for the href attribute
| array | $request | values sent by form |
| tyLinkTypePlugin::getJavascripts | ( | ) |
returns an array of additional required javascript includes
| tyLinkTypePlugin::getLinkBuildCall | ( | ) |
returns the name of a previously declared javascript function to modify the properties of the anchor node this function must be callable in global context
| tyLinkTypePlugin::getLinkType | ( | ) |
returns the type of link
| tyLinkTypePlugin::getOnload | ( | ) |
returns additional onload calls
| tyLinkTypePlugin::getStylesheets | ( | ) |
returns an array of additional required stylesheet includes
| tyLinkTypePlugin::linkCheckCall | ( | ) |
returns the name of a function that will be called to scan the link node for current link type this function must be callable in global context
| tyLinkTypePlugin::requiresTyQuery | ( | ) |
returns true if tyQuery is required
1.7.3