From 72577ad974e76209492e52eed8390f210b40f485 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 24 Apr 2013 18:48:13 -0400 Subject: [PATCH] adds docs for ui table Former-commit-id: 1969e0e805e554122db2cf0759286ab48753f12f Former-commit-id: 9eabae0051358cdf42758a809afbf18a543c6bdc --- docs/form.html | 10 +- docs/javascript/table.js | 23 ++ docs/library/tablesort.js | 209 +++++++++++++ docs/stub.html | 197 ++++++++++++ docs/stylesheets/example.css | 2 +- docs/table.html | 585 +++++++++++++++++++++++++++++++++++ src/ui/flat/block.css | 2 + src/ui/flat/button.css | 2 +- src/ui/flat/table.css | 317 +++++++++++++------ src/ui/shaded/text.css | 1 + 10 files changed, 1248 insertions(+), 100 deletions(-) create mode 100755 docs/javascript/table.js create mode 100755 docs/library/tablesort.js create mode 100755 docs/stub.html create mode 100755 docs/table.html diff --git a/docs/form.html b/docs/form.html index 4e54a0881..213a1f76e 100755 --- a/docs/form.html +++ b/docs/form.html @@ -91,8 +91,8 @@