Documentation Center

lookupConfig

The lookupConfig element is a legacy method.

The <lookupConfig> element contains lookup element. Each <lookup> element specifies an attribute and a URI, which points to an HTML page that can generate a list of value from which the user can pick one.

<x:lookupConfig>
  <x:lookup 
    parentPattern="self::picture" 
    name="source"
    url="lookup/image/index.html" 
    forceLookup="true" 
    autoOpen="true"/>
  <x:lookup 
    parentPattern="self::a" 
    name="href"
    url="lookup/link/index.html" 
    forceLookup="false" 
    autoOpen="true"/>
</x:lookupConfig>

Namespace

http://www.xopus.com/xmlns/config

Parent elements

config

Child Elements