summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/table.rst
diff options
context:
space:
mode:
authorMike Funk <mfunk@xulonpress.com>2012-02-24 15:38:35 +0100
committerMike Funk <mfunk@xulonpress.com>2012-02-24 15:38:35 +0100
commit46e3a9a365e6bae7954f5118db1409faa5f5decd (patch)
tree1853efb0fe223624d02e99d8ddb748c2400641e4 /user_guide_src/source/libraries/table.rst
parentceec45609be0ebc2319e9e21a25eb1642f4eef06 (diff)
added config check, changelog entry, and user guide update.
Diffstat (limited to 'user_guide_src/source/libraries/table.rst')
-rw-r--r--user_guide_src/source/libraries/table.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst
index 9bc3f3423..6a808abc2 100644
--- a/user_guide_src/source/libraries/table.rst
+++ b/user_guide_src/source/libraries/table.rst
@@ -116,6 +116,8 @@ example, only the table opening tag is being changed::
$tmpl = array ( 'table_open' => '<table border="1" cellpadding="2" cellspacing="1" class="mytable">' );
$this->table->set_template($tmpl);
+
+You can also set defaults for these in a config file.
******************
Function Reference