diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:27:25 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:27:25 +0100 |
commit | 997c0da672a5483fd88fe96272004a13ad510cd4 (patch) | |
tree | 781578ae4af3ceee278ab9c0674110f3b8aff3ff /user_guide_src/source/libraries | |
parent | 95bd1d1a5f5bdccfde53cc27d7d5c20991112643 (diff) | |
parent | 21e7a3b315335a622b73710f0effa09dc0f85bb6 (diff) |
Merge pull request #1078 from mikedfunk/feature/table_config
Ability to use a configuration file for the Table class
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/table.rst | 2 |
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 |