View previous topic :: View next topic |
Author |
Message |
paul
Joined: 05 Sep 2002
Posts: 9
|
Posted: Thu Sep 05, 2002 1:21 pm Post subject: Ability to change table cell background color |
 |
|
It would be nice if you could apply the background color on the selected item for instance a table instead of the text. |
|
Back to top |
|
 |
admin
SnippetMaster Author
Joined: 26 Aug 2002
Posts: 695
|
Posted: Fri Sep 06, 2002 3:48 am Post subject: |
 |
|
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! |
|
Back to top |
|
 |
stewpot
Joined: 15 Jan 2003
Posts: 19
Location: Beds, UK
|
Posted: Mon Jul 21, 2003 2:14 pm Post subject: |
 |
|
Hi
Is this something that might be included in the next version? 
stoo |
|
Back to top |
|
 |
admin
SnippetMaster Author
Joined: 26 Aug 2002
Posts: 695
|
Posted: Mon Jul 21, 2003 5:52 pm Post subject: |
 |
|
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!
 |
|
Back to top |
|
 |
ploon

Joined: 18 Mar 2004
Posts: 10
Location: Zierikzee, the Netherlands
|
Posted: Thu Mar 18, 2004 11:06 am Post subject: |
 |
|
i think i've found a solution
in templates/main.html there is a line:
Code: |
<?php print "\n".stripslashes(chop($html[data][page_text][$i]))."\n"; ?> |
replace that line with
Code: |
<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
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
|
Web hosting provided by ET Web Hosting
Forum powered by phpBB 2.0.3 © 2001 phpBB Group
|