libs-gsweb/GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd

30 lines
375 B
Text
Raw Normal View History

Link: GSWHyperlink
{
action = toggleVisibilityAction;
disabled = ^disabled;
};
Image: GSWImage
{
filename = imageFileName;
alt = helpString;
name = helpString;
border = "0";
align = "ABSTOP";
}
Label: GSWString
{
value = label;
escapeHTML = NO;
}
Condition: GSWConditional
{
condition = isVisible;
}
Content: GSWComponentContent
{
};