Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 85 Next »

<bean id="InstanceEditorView" parent="Uif-FormView">

        <property value="Instance Editor"/>

        <propertymso-bidi-font-weight:normal">navigation">

            <ref bean="LeftPane"/>

        </property>

        <property>

            <list>

                <bean parent="Uif-Page">

                    <property name="items">

                        <list>

                            <ref bean="HoldingTabsSection"/>

                        </list>

                    </property>

                </bean>

                <bean parent="Uif-Page">

                    <property name="items">

                        <list>

                            <ref bean="ItemTabsSection"/>

                        </list>

                    </property>

                </bean>

            </list>

        </property>

        <property name="footer">

            <ref bean="InstanceEditor_Footer" />

        </property>

        <property value="org.kuali.ole.editor.form.InstanceEditorForm"/>

    </bean>

<bean id="HoldingTabsSection" parent="Uif-TabSection">

        <property>

            <list>

                <ref bean="Holdings"/>

                <ref bean="Serial"/>

                <ref bean="ActionNotes"/>

                <ref bean="ExtentOfOwnership"/>

                <ref bean="FormerIdentifiers"/>

            </list>

        </property>

    </bean>

    <bean id="ItemTabsSection"   parent="Uif-TabSection">

        <property>

            <list>

                <ref bean="Item"/>

                <ref bean="Location"/>

                <ref bean="ElectronicLA"/>

                <ref bean="HighDensityStorage"/>

                <ref bean="POVendorInfo"/>

            </list>

        </property>

    </bean>
  • No labels