mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
28 lines
608 B
Text
28 lines
608 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: GSWRepetition
|
||
|
{
|
||
|
item = tmpDynamicElement;
|
||
|
list = application.bundleInfo.dynamicElements;
|
||
|
};
|
||
|
|
||
|
Link: GSWHyperlink
|
||
|
{
|
||
|
pageName = tmpDynamicElement.pageName;
|
||
|
string = tmpDynamicElement.label;
|
||
|
};
|
||
|
|
||
|
Comment: GSWString
|
||
|
{
|
||
|
value = tmpDynamicElement.comment;
|
||
|
};
|