/* * 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; };