Special XML conversion code for Firefox >= 20.0
[infodrom/rico3] / documentation / LiveGridForms.html
index d206505..44290f6 100644 (file)
@@ -292,7 +292,7 @@ oForm.options("formOpen")=
     Typically used <em>without</em> the "SelectValues" or "SelectSql" options.\r
     <li><strong>H</strong>:   column is hidden from the user (DefaultValue will be stored in the table on adds and edits)\r
     <li><strong>D</strong>:   this is a date field (blanks allowed if column allows nulls)\r
-    <li><strong>DT</strong>:  same as D, except that it also includes the time\r
+    <li><strong>TS</strong>:  timestamp, not shown on entry form, writes current time to database on inserts and updates\r
     <li><strong>I</strong>:   integer number (blanks allowed if column allows nulls and required is false)\r
     <li><strong>F</strong>:   floating-point number (blanks allowed if column allows nulls and required is false)\r
     <li><strong>B</strong>:   non-blank text field (user gets a popup message in form view when clicking save and the field is empty)\r
@@ -347,7 +347,8 @@ oForm.options("formOpen")=
 \r
 <dt>AddQuotes\r
 <dd>When false, the column value will be left unquoted when inserting or updating \r
-    the database (default=true). This makes it possible to populate columns with \r
+    the database. Default is false for entry type TS, and true for all other entry types.\r
+    This makes it possible to populate columns with \r
     SQL function calls. For example:\r
 <pre>\r
 oForm.AddEntryField "LastEditUser","","H","suser_sname()"\r
@@ -362,7 +363,7 @@ oForm.CurrentField("AddQuotes")=false
   \r
 <dt>noFormBreak\r
 <dd>Boolean value that when true, specifies that this entry field should placed on the same form row as the last field\r
-(default: false - each form field is place on a separate row).\r
+(default: false - each form field is placed on a separate row).\r
   \r
 <dt><a name='AltTable'></a>AltTable (TabId)\r
 <dd>Specifies that the field should be stored in an alternate table\r