All Downloads are FREE. Search and download functionalities are using the official Maven repository.

etc.def.as.as-datadef-wizard.xml Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
<module name="ASWizardData">
    <listener class="net.anotheria.anosite.cms.listener.CRUDLogListener"/>
    <listener class="net.anotheria.anosite.cms.listener.AutoTransferWizardDataListener" />
    <!-- Wizard document! - "MultiPageDialog" -->
    <document name="WizardDef">
        <property name="name" type="string"/>
        <property name="wizardSteps" type="list">
            <content>
                <link name="page" type="single" target="ASWebData.Pagex"/>
            </content>
        </property>
        <link name="handler" type="single" target="ASWizardData.WizardHandlerDef"/>
        <property name="wizardCancelRedirectUrl" type="string"/>
        <property name="wizardFinishRedirectUrl" type="string"/>
        <link name="accessOperation" type="single" target="AnoAccessConfiguration.AccessOperation" />
    </document>


    <!-- Wizard Handler-->
    <document name="WizardHandlerDef">
        <property name="name" type="string"/>
        <property name="clazz" type="string"/>
    </document>

</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy