📄 productgroups.xml
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE builder PUBLIC "-//MMBase//DTD builder config 1.1//EN" "http://www.mmbase.org/dtd/builder_1_1.dtd">
<builder extends="object" maintainer="mmbase.org" name="productgroups" version="0">
<!-- Builder configuration for productgroups -->
<!-- Status of the builder: active or inactive -->
<status>active</status>
<!-- Names defines the different names used in user visible partsSingular names are used when talking about one object (Url,Person) and plurar when talking about multiple objects (Urls, people).Names can be provided in various languages. -->
<names>
<!-- singular names per language as defined by ISO 639 -->
<singular xml:lang="nl">Productgroep</singular>
<singular xml:lang="en">Productgroups</singular>
<singular xml:lang="us">Productgroups</singular>
<!-- plural names per language as defined by ISO 639 -->
<plural xml:lang="nl">Productgroep</plural>
<plural xml:lang="en">Productgroups</plural>
<plural xml:lang="us">Productgroups</plural>
</names>
<!-- Descriptions are ment to provide some additional clarification to an object.They are useful for GUI editors to provide helptexts.Descriptions can be provided in various languages. -->
<descriptions>
<description xml:lang="nl">Productgroep, groeperen van producten</description>
<description xml:lang="en">Productgroups, group of products</description>
<description xml:lang="us">Productgroups, group of products</description>
</descriptions>
<!-- decsription per language as defined by ISO 639 -->
<!-- You can define properties to be used by the classfile.Properties are entered using name/value pairs.The actual properties available differ by class. -->
<properties/>
<!-- defines the different fields in this objectDepending on the database, the order of the fields may be important.Once defined, it is a good practice to keep the same order.This counts especially when you convert buidler configurations using builder inheritance. -->
<fieldlist>
<!-- field definition for field 4 : name -->
<field>
<!-- gui related -->
<gui>
<guiname xml:lang="nl">Naam</guiname>
<guiname xml:lang="fr">Nom</guiname>
<guiname xml:lang="en">Name</guiname>
<guiname xml:lang="us">Name</guiname>
<guitype>string</guitype>
</gui>
<!-- editor related -->
<editor>
<positions>
<!-- position in the input area of the editor -->
<input>1</input>
<!-- position in the list area of the editor -->
<list>1</list>
<!-- position in the search area of the editor -->
<search>1</search>
</positions>
</editor>
<!-- database related -->
<db>
<!-- name of the field in the database -->
<name>name</name>
<!-- MMBase datatype and demands on it -->
<type key="false" notnull="false" size="255" state="persistent">STRING</type>
</db>
</field>
<!-- field definition for field 5 : description -->
<field>
<!-- gui related -->
<gui>
<guiname xml:lang="nl">Omschrijving</guiname>
<guiname xml:lang="fr">Description</guiname>
<guiname xml:lang="en">Description</guiname>
<guiname xml:lang="us">Description</guiname>
<guitype>field</guitype>
</gui>
<!-- editor related -->
<editor>
<positions>
<!-- position in the input area of the editor -->
<input>2</input>
<!-- position in the list area of the editor -->
<list>2</list>
<!-- position in the search area of the editor -->
<search>2</search>
</positions>
</editor>
<!-- database related -->
<db>
<!-- name of the field in the database -->
<name>description</name>
<!-- MMBase datatype and demands on it -->
<type key="false" notnull="false" size="2048" state="persistent">STRING</type>
</db>
</field>
<!-- field definition for field 6 : language -->
<field>
<!-- gui related -->
<gui>
<guiname xml:lang="nl">Taal</guiname>
<guiname xml:lang="fr">Language</guiname>
<guiname xml:lang="en">Language</guiname>
<guiname xml:lang="us">Language</guiname>
<guitype>string</guitype>
</gui>
<!-- editor related -->
<editor>
<positions>
<!-- position in the input area of the editor -->
<input>1</input>
<!-- position in the list area of the editor -->
<list>2</list>
<!-- position in the search area of the editor -->
<search>1</search>
</positions>
</editor>
<!-- database related -->
<db>
<!-- name of the field in the database -->
<name>language</name>
<!-- MMBase datatype and demands on it -->
<type key="false" notnull="false" size="255" state="persistent">STRING</type>
</db>
</field>
<!-- field definition for field 7 : view -->
<field>
<!-- gui related -->
<gui>
<guiname xml:lang="nl">Indeling</guiname>
<guiname xml:lang="fr">View</guiname>
<guiname xml:lang="en">View</guiname>
<guiname xml:lang="us">View</guiname>
<guitype>string</guitype>
</gui>
<!-- editor related -->
<editor>
<positions>
<!-- position in the input area of the editor -->
<input>3</input>
<!-- position in the list area of the editor -->
<list>3</list>
<!-- position in the search area of the editor -->
<search>3</search>
</positions>
</editor>
<!-- database related -->
<db>
<!-- name of the field in the database -->
<name>view</name>
<!-- MMBase datatype and demands on it -->
<type key="false" notnull="false" size="30" state="persistent">STRING</type>
</db>
</field>
</fieldlist>
</builder>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -