rdfs:comment"A grid displaying all instances of a class."^^xsd:string;
rdfs:label"Instances grid"^^xsd:string;
rdfs:subClassOfapp:GridElements;
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The class to display the instances of."^^xsd:string;
spl:predicatearg:class;
spl:valueTyperdfs:Class
].
app:Label
rdf:typeui:NodeClass;
rdfs:label"Label"^^xsd:string;
...
...
@@ -3849,6 +3837,13 @@ app:SearchForm
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The onSelect handler of the generated SearchResultsGrid."^^xsd:string;
spl:optional"true"^^xsd:boolean;
spl:predicatearg:onSelect;
spl:valueTypexsd:string
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"An optional graph that contains the schema (needed to determine whether an instance has a class that is the subclass of the resource type)."^^xsd:string;
spl:optional"true"^^xsd:boolean;
spl:predicatearg:queryGraph;
...
...
@@ -3883,7 +3878,7 @@ app:SearchForm
ui:child
[rdf:typehtml:Form;
html:class
[rdf:typefn:concat;
[rdf:typeui:concat;
sp:arg1"appForm "^^xsd:string;
sp:arg2[rdf:typesp:if;
sp:arg1[rdf:typesp:or;
...
...
@@ -3922,7 +3917,7 @@ app:SearchForm
html:name"type"^^xsd:string;
html:type"hidden"^^xsd:string;
html:value
[rdf:typefn:concat;
[rdf:typeui:concat;
sp:arg1"<"^^xsd:string;
sp:arg2[sp:varName"resourceType"^^xsd:string
];
...
...
@@ -3967,7 +3962,7 @@ app:SearchForm
ui:child
[rdf:typehtml:Input;
html:name
[rdf:typefn:concat;
[rdf:typeui:concat;
sp:arg1"keyProperty"^^xsd:string;
sp:arg2[sp:varName"index"^^xsd:string
]
...
...
@@ -4024,7 +4019,7 @@ app:SearchForm
ui:child
[rdf:typehtml:Input;
html:onclick
[rdf:typefn:concat;
[rdf:typeui:concat;
sp:arg1"appLoadSearchResultsGrid('"^^xsd:string;
sp:arg2[sp:varName"fid"^^xsd:string
];
...
...
@@ -4032,7 +4027,9 @@ app:SearchForm
sp:arg4[sp:varName"resultsId"^^xsd:string
];
sp:arg5"', '"^^xsd:string;
sp:arg6[rdf:typeui:currentQueryGraph
sp:arg6[rdf:typeui:escapeJSON;
sp:arg1[sp:varName"onSelect"^^xsd:string
]
];
sp:arg7"')"^^xsd:string
];
...
...
@@ -4040,6 +4037,18 @@ app:SearchForm
html:value"Search"^^xsd:string;
ui:childIndex0
];
ui:child
[rdf:typeui:TextNode;
ui:childIndex1;
ui:text"""
"""^^xsd:string
];
ui:child
[rdf:typehtml:Input;
html:type"reset"^^xsd:string;
html:value"Reset"^^xsd:string;
ui:childIndex2
];
ui:childIndex6
];
ui:childIndex0;
...
...
@@ -4082,6 +4091,13 @@ app:SearchResultsGrid
rdfs:subClassOfapp:GridElements;
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"JavaScript code that shall be executed if the user selects a row in the grid. In this JavaScript code, the variable resource contains the URI of the selected resource."^^xsd:string;
spl:optional"true"^^xsd:boolean;
spl:predicatearg:onSelect;
spl:valueTypexsd:string
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"A URL-encoded string of the parameters produced by a SearchForm."^^xsd:string;