Parent Directory
|
Revision Log
|
Revision Graph
Fixed scrollbars by applying patch to original code :-(
| 1 | SHEETNODE |
| 2 | A module to host spreadsheets as Drupal nodes. |
| 3 | |
| 4 | INSTALLATION |
| 5 | You need the SocialCalc JavaScript spreadsheet first. |
| 6 | |
| 7 | To get the latest SocialCalc code, checkout from the SVN repo: |
| 8 | $ svn co https://repo.socialtext.net:8999/svn/socialcalc/trunk |
| 9 | |
| 10 | Rename trunk to socialcalc. |
| 11 | $ mv trunk socialcalc |
| 12 | |
| 13 | Apply the patch inside the socialcalc folder: |
| 14 | $ cd socialcalc |
| 15 | $ patch -p0 < socialcalctableeditor-absolute.patch |
| 16 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |