productgroups.xml

来自「实现一个网络购物」· XML 代码 · 共 31 行

XML
31
字号
<?xml version="1.0"?>
<!DOCTYPE wizard-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN" "http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
<wizard-schema id="productgroups">
    <title xml:lang="nl">Productgroep</title>
    <title xml:lang="en">productgroups</title>
    <task-description>Use this wizard to edit a pool.</task-description>
    
    <action include="wizards/productgroups/create_productgroups.xml" /> 
    <action include="wizards/productgroups/delete_productgroups.xml" />
    <action include="wizards/productgroups/load_productgroups.xml" />

    <steps>
        <step form-schema="edit_productgroups" />
    </steps>

    <form-schema id="edit_productgroups">
        <field name="name">
            <prompt xml:lang="nl">Naam</prompt>
            <prompt xml:lang="en">Name</prompt>
            <description></description>
        </field>
        <field name="description" dtmaxlength="2048">
                <prompt xml:lang="nl">Omschrijving</prompt>
            <prompt xml:lang="en">Description</prompt>
              <description></description>
        </field>
         <list include="wizards/products/add_products_posrel.xml" /> 
    </form-schema>

</wizard-schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?