Re: I need to develop an xsl stylesheet designer
- From: "Kevin Lippiatt" <KevinLippiatt@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 23:48:02 -0700
Of course - but its some of those logical parts i'm not sure how to write:
My main screen will have two main areas - on the left a simple toolbox of
elements, and on the right a design/layout screen or 'canvas'.
Logical Chunk 1:
The tool box - shold be simple with several ways to attempt it - a simple
toolbar or listbox or tree, made up of items for standard elements like
'Table' or 'Image' and also data elements that are specified in an XML Schema.
Logical Chunck 2:
The other side of the screen is the 'canvas' for the user - it has two tabs
- on one is the XML/XSL view where the user can see the XML generated and
edit if they wish. On the other tab is the drag/drop layout area. (This is my
difficult bit) I'm not sure how to create an area where a user can type some
text and format it visually like in word. The user also needs to be able to
drag into the stylesheet, elements from the toolbar, tables, images, data
elements. The layout must 'flow' like in word where you can type some text, a
new line, some more text then from the toolbar grab a bit of clipart and
place it between the two lines of text and the text flows down the page to
allow the image to fit.
To break this down further:
1. Canvas - needs to display the elements visually in a flow layout
2. ondragover - needs to indicate with e.g. a cursor or surrounding box
possible drop positions as the mouse nears them (only one at a time whichever
is the nearest).
3. ondrop - add the element in the position highlighted.
4. Object model - this will hold the layout in memory. The canvas will
render from it. The XML is generated from it. XML will edit/specify it (when
the user types the xml directly). ondrop the element is added to the object
model of the layout and the canvas is re-rendered.
Any suggestions
.
- Follow-Ups:
- Re: I need to develop an xsl stylesheet designer
- From: Peter Aitken
- Re: I need to develop an xsl stylesheet designer
- From: Kevin Lippiatt
- Re: I need to develop an xsl stylesheet designer
- References:
- I need to develop an xsl stylesheet designer
- From: Kevin Lippiatt
- Re: I need to develop an xsl stylesheet designer
- From: Veign
- I need to develop an xsl stylesheet designer
- Prev by Date: Re: True = -1 ?
- Next by Date: Re: I need to develop an xsl stylesheet designer
- Previous by thread: Re: I need to develop an xsl stylesheet designer
- Next by thread: Re: I need to develop an xsl stylesheet designer
- Index(es):
Relevant Pages
|