[cvs] [Wiki] changed: ConfXML

Wiki Guest wiki at wiki.horde.org
Thu Jul 29 13:51:28 PDT 2004


guest [217.255.159.91]  Thu, 29 Jul 2004 13:51:28 -0700

Modified page: http://wiki.horde.org/display.php?page=ConfXML
New Revision:  2.2

@@ -33,38 +33,39 @@
 </code>
 
 produces conf$['level1']['level2'] variables.
 
-<configheader> puts text to help organize the screen
- 
-<configstring ...> - For selecting an item from a list
+{{{<configheader>}} puts text to help organize the screen
+
+{{<configstring ...>}} - For selecting an item from a list
  - name - Second level conf$['configsection']['configstring'] variables
  - desc - This is what shows up near the box for information about the entry
  - required - will put a red star and make user enter data (true/false)
-                                                                                     
-<configenum ...>default_entry - To provide a list of choices
+
+{{<configenum ...>default_entry}} - To provide a list of choices
  - name - Second level conf$['configsection']['configenum'] variables
  - desc - Descriptive text for list
 within configenum section use:
+<code>
  <values>
   <value desc="List entry1">list1</value>
   <value desc="List entry2">list2</value>
  </values>
-                                                                                     
-<configmultienum ... > - For selecting multiple items from a list
+</code>
+
+{{<configmultienum ... >}} - For selecting multiple items from a list
  - name - Second level conf$['configsection']['configmultienum']
  - desc - Descriptive text for multienum entries
-                                                                                     
-<configspecial name="list-horde-apps" /> - "values" list of active horde apps
+
+{{<configspecial name="list-horde-apps" />}} - "values" list of active horde apps
  - name - Refers to case entry in framework/Horde/Horde/Config.php.
-                                                                                     
-<configswitch ... > - Mechanism for grouping sets of options
+
+{{<configswitch ... >}} - Mechanism for grouping sets of options
 Use config entries from above to populate option choices.
  - name - Third level conf$['configsection']['configstring']['configswitch']
  - desc - Descriptive text for configswitch entries
-                                                                                     
-<case ...> - provides value for configswitch statement
+
+{{<case ...>}} - provides value for configswitch statement
 Must reside within <configswitch> section
  - name - conf$['configsection']['configstring']['configswitch']=name_value
  - desc - List value description
-                                                                                     
-</php>
+


More information about the cvs mailing list