05-24-2010 06:37 AM
05-25-2010 11:57 AM
05-26-2010 06:49 AM
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns:hbbtv="http://hbbtv.mds.com" elementFormDefault="qualified" targetNamespace="http://hbbtv.mds.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="MovieItem">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" type="xs:long" />
<xs:element name="Title" type="xs:normalizedString" />
<xs:element name="Description" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
The target is to obtain all instances of the form, to display their content in an another webscript.05-26-2010 12:01 PM
05-28-2010 06:17 AM
05-28-2010 07:35 AM
var results = search.luceneSearch("ASPECT\\:Someco Webable");
or
var results = search.luceneSearch("ASPECT:\\sc:webable");
the resultset is always "undefined" What am I doin wrong?06-09-2010 04:13 AM
The first thing you need to know is how do you identify web forms of type "Movie Item". Are they kept as a content type? An aspect on a standard cm:content?
You might want to look at
http://wiki.alfresco.com/wiki/JavaScript_API_Cookbook#Find_all_XML_Forms_of_a_Specific_Type_and_Retu...
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.