mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18168 72102866-910b-0410-8b05-ffd578937521
37 lines
540 B
Text
37 lines
540 B
Text
Anchor: GSWGenericContainer
|
|
{
|
|
elementName = "a";
|
|
name = anchorName;
|
|
}
|
|
|
|
Link: GSWHyperlink
|
|
{
|
|
action = toggleVisibilityAction;
|
|
disabled = ^disabled;
|
|
fragmentIdentifier = anchorName;
|
|
};
|
|
|
|
Image: GSWImage
|
|
{
|
|
filename = imageFileName;
|
|
framework = "GSWExtensions";
|
|
alt = helpString;
|
|
name = helpString;
|
|
border = "0";
|
|
align = "ABSTOP";
|
|
}
|
|
|
|
Label: GSWString
|
|
{
|
|
value = label;
|
|
escapeHTML = NO;
|
|
}
|
|
|
|
Condition: GSWConditional
|
|
{
|
|
condition = isVisible;
|
|
}
|
|
|
|
Content: GSWComponentContent
|
|
{
|
|
};
|