summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-25 01:16:17 +0200
committeradmin <devnull@localhost>2006-10-25 01:16:17 +0200
commit2bc13859b72ceb8400d37adbba52b8404995bf03 (patch)
treed8dbe120776f1564525adfef6bc1b30c5516a98f /user_guide
parent25701d75807a3fc8707c8afdb5d43062acfcf88e (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/table.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index d41cc88a8..1a11c53db 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -210,6 +210,16 @@ $this->table->set_template($tmpl);
</code>
+<h2>$this->table->set_empty()</h2>
+
+<p>Let's you set a default value for use in any table cells that are empty. You might, for example, set a non-breaking space:</p>
+
+<code>
+$this->table->set_empty("&amp;nbsp;");
+</code>
+
+
+
</div>
<!-- END CONTENT -->