javascript thread: Need some MAJOR help ASAP.
You might want to check out ewebeditpro 2.5. The newest version provideds
Word look and feel and also allows form tags.
www.ektron.com
Larry Guayante
Knowledge Outlook
"performance, process, and learning solutions"
xxx.xxx.xxxx
larry@k... <mailto:larry@k...>
-----Original Message-----
From: Ron Singh [mailto:cyanyz@t...]
Sent: Thursday, January 24, 2002 10:34 AM
To: javascript
Subject: [javascript] RE: Need some MAJOR help ASAP.
Chris...I have done a simmiliar project. Can u send me the code of the html
page to look at? maybe I can help.
cheers
ron
-----Original Message-----
From: Chris Cote [mailto:cotec@s...]
Sent: Thursday, January 24, 2002 3:25 PM
To: javascript
Subject: [javascript] Need some MAJOR help ASAP.
I have a major project at work and I'm having problems with the biggest
piece of it. This part is an HTML form for people in our design area to
create a sample of a web page for the customer. I have a text area at the
top of the page for them to type in any text they want. Under the text
area, I have a number of input elements that the person can add to the
page. If they want one of these inputs, they must fill in certain
information (name, label for text box) and click an "Add" button. When
they're done editing the page, they click another button that then gives
them the HTML code for the page.
Any inputs they want, I am placing in a 2-column table with the label
on the left and the input field on the right. The table ends on the last
input and any text after the inputs is placed outside of the table.
Here's the problem... I can work out this problem fine if the user only
wants text or only inputs on the page. However, if they want to have a
page where there are a couple of paragraphs, a few inputs then another
paragraph, I don't know how to figure out where one ends and the next one
begins.
Another thing I'd like to have available, if possible, is for the users
to be able to add text formatting (bold, italics, etc) in the same manner
as they could in Word where he can highlight the text and click a button.
When they do this, the appropriate tags are placed around the text.
Does anyone have any suggestions on how to accomplish this particular
task? I am absolutely stumped and could use any assistance I can get.
Chris