import "sbIImageLinkPropertyInfo.idl";
Public Member Functions | |
boolean | getPreventNavigation (in AString aImageValue, in AString aUrlValue) |
If this attribute is true, navigation will not occur when the user clicks on the image regardless of the url property content. | |
Public Attributes | |
readonly attribute AString | urlProperty |
The id of the property containing the URL to navigate to. |
A property that implements this interface indicates that it can navigate to an associated property url when clicked.
Definition at line 44 of file sbIImageLinkPropertyInfo.idl.
boolean sbIImageLinkPropertyInfo::getPreventNavigation | ( | in AString | aImageValue, | |
in AString | aUrlValue | |||
) |
If this attribute is true, navigation will not occur when the user clicks on the image regardless of the url property content.
aImageValue | The value of the image property | |
aUrlValue | The value of the associated url property |