libs-gsweb/Testing/DynamicElements/ImagePage.wo/ImagePage.wod

16 lines
223 B
Text
Raw Normal View History

MainPageLink: WOHyperlink
{
pageName = "Main";
string = "Main Page";
}
TestImage: WOImage
{
filename = "testpic.jpg";
alt = "test";
}
HelloString: WOString
{
value = helloMessage;
}