libs-gsweb/Testing/DynamicElements/Main.wo/Main.wod
Dave Wetzel 21d987fbdc * Testing/DynamicElements
Ported to WO names.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
2010-06-12 01:18:12 +00:00

27 lines
605 B
Text

/*
* Main.gswd
*
* You may freely copy, distribute and reuse the code in this example.
* We disclaims any warranty of any kind, expressed or implied, as to
* its fitness for any particular use.
*
* This is the declarations file for the main page of the
* DynamicElements Testing application.
*/
Repetition: WORepetition
{
item = tmpDynamicElement;
list = application.bundleInfo.dynamicElements;
};
Link: WOHyperlink
{
pageName = tmpDynamicElement.pageName;
string = tmpDynamicElement.label;
};
Comment: WOString
{
value = tmpDynamicElement.comment;
};