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@5815 72102866-910b-0410-8b05-ffd578937521
20 lines
393 B
Text
20 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
|
|
{
|
|
}
|
|
|