[opencms-dev] SelectorWidget XSD Definition dynamic configuration
Raúl Lorenzo
raul.lorenzo at altia.es
Wed Feb 28 17:44:48 CET 2007
Hello,
I have a structured type which uses a SelectorWidget, something like this:
/***********************************************/
.............
.............
<xsd:annotation>
<xsd:appinfo>
<layouts>
<layout element="Href" widget="LinkGalleryWidget" />
<layout element="Categoria" widget="SelectorWidget"
configuration="Categoria 1|Categoria 2|Categoria 3|Categoria 4"/>
</layouts>
</xsd:appinfo>
</xsd:annotation>
</xsd:schema>
/***********************************************/
Is there any way to define configuration dynamically, p.example, reading
from a file the diferents categorias?
Thanks in advance.
More information about the opencms-dev
mailing list