summaryrefslogtreecommitdiff
path: root/swat/esptest/registry.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9635: Seperate window logic from registry js file.Deryck Hodge1-2/+13
This allows for flexibility in display format, which will make more sense when I start working on windows, tabs, etc. Add the beginnings of a document.js object that allows us to add and remove scripts as we use them, which will ensure we only load what we need. A desktop GUI runs from a single page, so we can't load js files by changing pages. deryck (This used to be commit b4f6f81d7bbf87fcb7c7c9bd4a7164aabaeedc1c)
2007-10-10r9434: moved the registry editor into a common js library. Deryck, does thisAndrew Tridgell1-130/+24
look ok? Apologies if this treads on your toes. (This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e)
2007-10-10r9327: Rename parent to fParent to prevent confusion with window.parent object.Deryck Hodge1-13/+13
(Thanks, Derrell, for the reminder.) Rename child to fChild, to be consistent and maintain readability. deryck (This used to be commit 6040f9401eedb195aef160b3b58462a1a6728af7)
2007-10-10r9232: Rename some objects to make code clear.Deryck Hodge1-24/+24
deryck (This used to be commit 8a3445499e3f913693196aa1d1b5bbeec5469cf2)
2007-10-10r9227: cleanup and simplify the AJAJ codeAndrew Tridgell1-3/+39
(This used to be commit ceb7669e5991e9dda759d60a09a0a65e6caba991)
2007-10-10r9213: some improvements to the registry editor codeAndrew Tridgell1-19/+8
(This used to be commit 5cd33fa9f898f95a78397a387a42977a4839fb20)
2007-10-10r9212: the beginnings of a registry editor in SWAT, using client side ↵Andrew Tridgell1-0/+120
javascript and AJAJ This doesn't work at all well yet, mostly because of my inexperience with client side javascript and what events are available (This used to be commit 8073e84c7a5fd8d483685d769661c790a803ff49)