Amaya interactive table and div editing

David Lockett <[email protected]> Fri, 13 Feb 2009 10:02:52 +0900
Newsgroups gmane.comp.web.amaya.devel
Message-ID <[email protected]>
After inserting a table into an Amaya document, I want to be able to
interactively set the table width and the width/height of individual
cells within the table.

A suitable Edit table details link located in the Tools>Edit
table menu could provide access to a mapped image of the selected
table where the table width/border details/background
color/backgroundimage/id could be set. Plus, the user could ideally
click to select individual table cells and set the details for a
selected cell including cell width/height/background
color/background image and contents alignment.

A similar feature for divs (Edit div) would enable a user to
easily set currently selected div features such as positioning,
including margin-left: and top:, plus background
color/background image/borders/z-index and id information.

Currently, Amaya deletes inline positioning style information although
allows positioning information within inpage style sheets, and so
either Amaya would need to id the selected div and write the
positioning information to the style sheet or would need to retain
inline style positioning information.

David Lockett