phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] admin/doc/adminconfig.lyx, 1.3


From: nomail
Subject: [Phpgroupware-cvs] admin/doc/adminconfig.lyx, 1.3
Date: Thu, 30 Dec 2004 08:38:14 +0100

Update of /admin/doc
Modified Files:
        Branch: 
          adminconfig.lyx

date: 2004/12/30 07:38:14;  author: skwashd;  state: Exp;  lines: +1 -33

Log Message:
new HEAD admin - sans GIFs
=====================================================================
Index: admin/doc/adminconfig.lyx
diff -u admin/doc/adminconfig.lyx:1.2 admin/doc/adminconfig.lyx:1.3
--- admin/doc/adminconfig.lyx:1.2       Wed Mar 20 00:42:52 2002
+++ admin/doc/adminconfig.lyx   Thu Dec 30 07:38:14 2004
@@ -69,10 +69,6 @@
 \layout Enumerate
 
 {hook_XXX} - Calls a function named XXX (will be discussed later).
-\layout Enumerate
-
-{checked_XXX+YYY} - Handles checkbox/radio values set to YYY or '' (will
- be discussed later).
 \layout Standard
 
 Following is an example from the addressbook application:
@@ -179,35 +175,7 @@
 \layout Standard
 
 Here, we are adding a new element, {hook_country_set}.
- This brings up the next file we will need to parse this value, 
hook_config.inc.ph
-p.
- But first, let's look at the last template type, 'checked':
-\layout Code
-
-<input name="newsettings[enable_remote_addressbook]" type="radio" 
value=""{check
-ed_enable_remote_addressbook+}>{lang_no}
-\layout Code
-
-<input name="newsettings[enable_remote_addressbook]" type="radio" 
value="True"{c
-hecked_enable_remote_addressbook+True}>{lang_yes}
-\layout Standard
-
-We want to check the value of the setting 'enable_remote_addressbook'.
- The value could be '' or 'True'.
- We use the '+' character to isolate the config name from the check value.
- If the value is empty or unset in the phpgw_config table, 
{checked_enable_remot
-e_addressbook+} is replaced with ' checked'.
- If the value is 'True',{checked_enable_remote_addressbook+True} is replaced
- with ' checked'.
- Note that the part after the '+' character matches what is in the value=
-\begin_inset Quotes erd
-\end_inset 
-
-XXX
-\begin_inset Quotes erd
-\end_inset 
-
- part in the html for this form element.
+ This brings up the next file we will need to parse this value...
 \layout Subsection
 
 hook_config.inc.php (optional)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]