cancel
Showing results for 
Search instead for 
Did you mean: 

Per-instance field configuration

stephenr85
Champ in-the-making
Champ in-the-making
Is it possible to define a ceiling directory for an anyURI type directly in the XSD? I assume it would be put in the annotation/appinfo tags…

I'd also like to modify the properties of other xform inputes from the XSD level, rather than globally in the web-client-config-wcm.xml file.

Thanks for your help,
Stephen
2 REPLIES 2

stephenr85
Champ in-the-making
Champ in-the-making
Nevermind, this was pretty simple. For anyone with the same question…

There's an "appearance" attribute for the widgets in web-client-config-wcm.xml. Your XSD should look something like this:

<xs:element name="html_content" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <alf:appearance>[appearance attribute from config file]</alf:appearance>
    </xs:appinfo>
</xs:annotation>
</xs:element>

kvc
Champ in-the-making
Champ in-the-making
Celing directories and browseable lists of selectable items generated via a search were two new capabilities added in our 2.2.0E release that can be
configured on a per-field basis as you note correctly in web-client-config-wcm.xml.   Information on this is available on our Forms page on our wiki,
and this capability - currently available only as part of an enterprise maintenance release in response to a support case - will be available in our next
upcoming 2.9 Community release this June.

Kevin