mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
21 lines
393 B
Text
21 lines
393 B
Text
|
IFrameContainer: GSWGenericContainer
|
||
|
{
|
||
|
elementName = "iframe";
|
||
|
src = srcUrl;
|
||
|
frameborder = ^frameborder;
|
||
|
align = ^align;
|
||
|
height = ^height;
|
||
|
width = ^width;
|
||
|
marginheight = ^marginheight;
|
||
|
marginwidth = ^marginwidth;
|
||
|
name = ^name;
|
||
|
scrolling = ^scrolling;
|
||
|
longdesc = ^longdesc;
|
||
|
invokeAction = getFrameContent;
|
||
|
}
|
||
|
|
||
|
AltContent: GSWComponentContent
|
||
|
{
|
||
|
}
|
||
|
|