anybody know of any good ones?
(besides dotnet and ultradev)
i have decided to build my own.
all i am using is javascript, html and the dom.
all properties are stored in the document
(there are no external files, just the web page itself)
it's kind of cool, all i have to do is dblclick to go into design mode.
make changes, save, and when i refresh i'm back into run mode.
it's actually very similar to the way access works.
i even have subforms, these are just iframes.
a properties window, taborder, recordsource, controlsource,
snaptogrid, multiselect drag and drop, field alignment,
several types of comboboxes, duplicate fields,
import fields from table, generic save, new and delete routines,
and all the normal tags and properties, styles, etc.
and it works in ie, navigator and mozilla, with any database.
it is possible to do.
every positionable tag has to be surrounded by a div.
in design mode, i can change the properties of a tag,
or alt-click to change the properites of the div that contains it.
i'm using the northwind database to test it,
i tried to post a screen shot but attachments won't go thru
(besides dotnet and ultradev)
i have decided to build my own.
all i am using is javascript, html and the dom.
all properties are stored in the document
(there are no external files, just the web page itself)
it's kind of cool, all i have to do is dblclick to go into design mode.
make changes, save, and when i refresh i'm back into run mode.
it's actually very similar to the way access works.
i even have subforms, these are just iframes.
a properties window, taborder, recordsource, controlsource,
snaptogrid, multiselect drag and drop, field alignment,
several types of comboboxes, duplicate fields,
import fields from table, generic save, new and delete routines,
and all the normal tags and properties, styles, etc.
and it works in ie, navigator and mozilla, with any database.
it is possible to do.
every positionable tag has to be surrounded by a div.
in design mode, i can change the properties of a tag,
or alt-click to change the properites of the div that contains it.
i'm using the northwind database to test it,
i tried to post a screen shot but attachments won't go thru
Comment