.net server control is almost feature complete and functional. All .net examples...
[infodrom/rico3] / documentation / LiveGrid.html
index 471a2fb..ccc411f 100644 (file)
@@ -723,22 +723,6 @@ See also the <a href='#filterUI'>filterUI</a> option.
 <dd>Token in select filters used to indicate "show all values" (default: "___ALL___").\r
 </dl>\r
 \r
-<h4>Images</h4>\r
-<dl>\r
-<dt>resizeBackground\r
-<dd>Image to use for column resize handle. (default: 'resize.gif')\r
-\r
-<dt>sortAscendImg\r
-<dd>Image to use to indicate that the column is sorted in ascending order. (default: 'sort_asc.gif')\r
-\r
-<dt>sortDescendImg\r
-<dd>Image to use to indicate that the column is sorted in descending order. (default: 'sort_desc.gif')\r
-\r
-<dt>filterImg\r
-<dd>Image used to indicate an active filter on a column. (default: 'filtercol.gif')\r
-</dl>\r
-\r
-\r
 <h4>Cookie options</h4>\r
 <dl>\r
 \r
@@ -1005,19 +989,18 @@ use a align="right" on the &lt;th&gt; tag to accomplish the header alignment.
 <dt>type (DataType in .net plug-in)\r
 <dd>A string containing one of these values: \r
 <ul>\r
-<li>text - any tags in the column value are removed before being displayed to the user.\r
-<li>showTags - any tags in the column value are displayed to the user as text.\r
+<li>text (default) - plain text.\r
 <li>number - column value is treated as a number, \r
 and any <a href='#NumberFormatting'>number formatting options</a> \r
 supplied in the column specification are applied.\r
 <li>datetime - column value is treated as a date &amp; time, \r
 and any <a href='#DateFormatting'>date formatting options</a> \r
 supplied in the column specification are applied.\r
-<li>UTCasLocalTime - column/database value is treated as a GMT/UTC date &amp; time, and any <a href='#DateFormatting'>date formatting options</a> \r
+<li>utcaslocaltime - column/database value is treated as a GMT/UTC date &amp; time, and any <a href='#DateFormatting'>date formatting options</a> \r
 supplied in the column specification are applied. Before display, the value is converted to the user's local time zone.\r
 <li>date - column value is treated as a date, and any <a href='#DateFormatting'>date formatting options</a> \r
 supplied in the column specification are applied.\r
-<li>raw (default) - column values are displayed directly to the grid cell. \r
+<li>html - column values are displayed directly to the grid cell. \r
 Any HTML markup gets copied into the cell.\r
 </ul>\r
 </dd>\r
@@ -1169,11 +1152,8 @@ to which the filter is applied.
 <dt>decPlaces\r
 <dd>Number of places to the right of the decimal point. (default: 0)\r
 \r
-<dt>decPoint\r
-<dd>Decimal point symbol. (default: '.' but overridden in the translation files)\r
-\r
 <dt>thouSep\r
-<dd>Symbol for thousands separator. (default: ',' but overridden in the translation files)\r
+<dd>Boolean indicating whether to insert thousands separator. (default: true)\r
 \r
 <dt>negSign\r
 <dd>Specifies how negative numbers should be displayed. Possible values:\r