2003-11-24 10:59:56 +00:00
|
|
|
Anchor: GSWGenericContainer
|
|
|
|
{
|
|
|
|
elementName = "a";
|
|
|
|
name = anchorName;
|
|
|
|
}
|
|
|
|
|
2004-09-01 13:45:38 +00:00
|
|
|
ShouldDisplay: GSWConditional
|
|
|
|
{
|
|
|
|
condition = shouldDisplay;
|
|
|
|
}
|
|
|
|
|
2000-01-22 12:49:49 +00:00
|
|
|
Link: GSWHyperlink
|
|
|
|
{
|
|
|
|
action = toggleVisibilityAction;
|
2004-09-01 13:45:38 +00:00
|
|
|
disabled = isDisabled;
|
|
|
|
displayDisabled = ^displayDisabled;
|
2003-11-24 10:59:56 +00:00
|
|
|
fragmentIdentifier = anchorName;
|
2004-09-01 13:45:38 +00:00
|
|
|
class = ~linkClass;
|
2000-01-22 12:49:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
Image: GSWImage
|
|
|
|
{
|
|
|
|
filename = imageFileName;
|
2004-09-01 13:45:38 +00:00
|
|
|
//framework = "GSWExtensions";
|
2000-01-22 12:49:49 +00:00
|
|
|
alt = helpString;
|
|
|
|
name = helpString;
|
|
|
|
border = "0";
|
|
|
|
align = "ABSTOP";
|
|
|
|
}
|
|
|
|
|
|
|
|
Label: GSWString
|
|
|
|
{
|
|
|
|
value = label;
|
|
|
|
escapeHTML = NO;
|
2004-09-01 13:45:38 +00:00
|
|
|
class = ~labelClass;
|
2000-01-22 12:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Condition: GSWConditional
|
|
|
|
{
|
|
|
|
condition = isVisible;
|
|
|
|
}
|
|
|
|
|
|
|
|
Content: GSWComponentContent
|
|
|
|
{
|
|
|
|
};
|