mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19945 72102866-910b-0410-8b05-ffd578937521
45 lines
718 B
Text
45 lines
718 B
Text
Anchor: GSWGenericContainer
|
|
{
|
|
elementName = "a";
|
|
name = anchorName;
|
|
}
|
|
|
|
ShouldDisplay: GSWConditional
|
|
{
|
|
condition = shouldDisplay;
|
|
}
|
|
|
|
Link: GSWHyperlink
|
|
{
|
|
action = toggleVisibilityAction;
|
|
disabled = isDisabled;
|
|
displayDisabled = ^displayDisabled;
|
|
fragmentIdentifier = anchorName;
|
|
class = ~linkClass;
|
|
};
|
|
|
|
Image: GSWImage
|
|
{
|
|
filename = imageFileName;
|
|
//framework = "GSWExtensions";
|
|
alt = helpString;
|
|
name = helpString;
|
|
border = "0";
|
|
align = "ABSTOP";
|
|
}
|
|
|
|
Label: GSWString
|
|
{
|
|
value = label;
|
|
escapeHTML = NO;
|
|
class = ~labelClass;
|
|
}
|
|
|
|
Condition: GSWConditional
|
|
{
|
|
condition = isVisible;
|
|
}
|
|
|
|
Content: GSWComponentContent
|
|
{
|
|
};
|