| Pages: [1] |
|
|
Author |
Topic: Ability to change table cell background color (Read 998 times) |
|
paul
Posts: 9
|
It would be nice if you could apply the background color on the selected item for instance a table instead of the text.
|
|
|
|
|
admin
Forum Administrator

Posts: 1430
SnippetMaster Author
|
Excellent suggestion. If anyone wants to try and figure out how to do this, please go for it and let me know.
Ideally, here's the features it needs:
1. If you right-click in a cell it would be great to see a "table properties" and a "cell properties" option that would pull up the appropriate dialogue window.
2. If the mouse is located inside a table/cell, then a new toolbar icon could be enabled.. "table properties" and "cell properties". Actually, the existing "add table" icon could be used for table properties, but a new cell properties icon could be added.
Good luck!
|
|
|
|
|
|
stewpot
Posts: 19
|
Hi
Is this something that might be included in the next version?
stoo
|
|
|
|
|
admin
Forum Administrator

Posts: 1430
SnippetMaster Author
|
Yes, it is. The editor is already built.. I'm just trying to finish up the development of the application as a whole... should be ready to test soon hopefully!

|
|
|
|
|
ploon
Posts: 10

|
i think i've found a solution
in templates/main.html there is a line:
<?php print "\n".stripslashes(chop($html[data][page_text][$i]))."\n"; ?>
replace that line with
<div style="background-color:black;"> <?php print "\n".stripslashes(chop($html[data][page_text][$i]))."\n"; ?></div>
that should give you a dark background there is a white margin around the editable area though
|
Pim van Loon
|
|
|
|
|
Pages: [1]
|
|
|
|