mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 19:21:23 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
27 lines
605 B
Text
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;
|
|
};
|