diff options
author | admin <devnull@localhost> | 2006-10-25 01:16:17 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-25 01:16:17 +0200 |
commit | 2bc13859b72ceb8400d37adbba52b8404995bf03 (patch) | |
tree | d8dbe120776f1564525adfef6bc1b30c5516a98f /user_guide | |
parent | 25701d75807a3fc8707c8afdb5d43062acfcf88e (diff) |
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/table.html | 10 |
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("&nbsp;");
+</code>
+
+
+
</div>
<!-- END CONTENT -->
|