Compatible with DokuWiki
Plugin doku and download is available on ICKEwiki.de.
In Firefox 3.6.12 the column width is fix. Depending on the text length, not all is readable. — hh 22/02/11: also in Chrome
In Internet Explorer 7/8 the cells are double in size compared to Firefox. Column width is not fixed, all text is readable. If the table is larger than the editor, the first column is overlapping to the normal page.
Firefox:
Internet Explorer:
— casper 2010/11/21 17:54
For Firefox you may try, at least for small tables, to concatenate adjacent table cells (columns) to achieve “longer” cells (but leave at least one row with the “real” number of cells). edittable has a toolbar button (quicklink) for that. In pure DokuWiki code this would mean things like
^Example^ ^ ^ |text spanning three columns|||
as in
| Example | ||
|---|---|---|
| text spanning three columns | ||
. The problem itself arises since in edit view the “table” is built up of HTML INPUT fields which are not by themselves flexible in length; one may try to cheat with some CSS (and / or JS, e.g. by counting the INPUT value's characters and adjusting the INPUT size). — hh 22/02/11
I got around this by adding a new line to style.css
div.dokuwiki table.edit td.handle { color: __text_neu__; background-color: __background_neu__; padding: 0; vertical-align: bottom; /* For the handle dropdowns */ position: relative; *position: fixed; }
The last line with the * is ignored by Firefox but used by IE. - Senorandy 2011/11/17
Nice
Is this plugin compatible with the include plugin?
Super Plugin - bitte unbedingt weiterentwickeln…..Thomas Süß.
Echt toll diese Erweiterung - leider Probleme beim Löschen von Zeilen und Spalten
Great idea, but it seams to screw up my toolbar. Or perhaps this is because of an other plugin?
There's a serious problem with the mediamanager which expects to send the information about the picked file back to an textarea. Since the textarea is replaced by an table with input fields in edittable mode this has to fail by design
Can the corresponding java script be replaced by the plugin? - Sebastian Zerbe, 03.02.2011
This should work with today’s DokuWiki version. — Adrian LangAdrian Lang
adrianlang
Berlin 2011/03/06 14:37
On our wiki (2010-11-07a “Anteater”) (php 5.1.6, 2.6.18 kernel, UTF-8) when the form is rendered lots of whitespaces appears to be randomly removed from content. I had to hack inverse.php to make cdata method just append $test as it is and render_table_edit to add a trim call on $this→doc just before passing it to hsc in _table_field_close method to get a normal behaviour again.
If you need to install the plugin manually, you must upload the unzipped directory and rename the remote directory : “edittable” instead of “cosmocode-edittable-ded8ac1”. It will not work if you don't name it like this.
Does not seem to work with Angua harald
Harald
harald
Amsterdam 2011/11/24 21:34
I'a running “Lemming” and want to use edittable but a click on “Insert new table” just reloads the page with no editor for the table coming up. I've set up a fresh dokuwiki with “Lemming” (to avoid problems with other plugins) and tried there but same effect.
Also no edit button for existing tables coming up.
1. Get a error in Opera and Firefox after Drag operations:
“Uncaught exception: TypeError: Cannot convert 'element' to object”
/** returns whether an element has a class */
function hasClass(element, className) {
>>>> if (!element.className) return false;
2. A Icon on the iconbar left beside of the “Insert new Table” disapere in table edit mode. I don't know if this is a interaktion problem of other plugins.