Using scripting to get Dreamweaver to edit user documents depends on learning about the DOM the program uses to access document elements. In this chapter, you learned the specifications for the Dreamweaver DOM and got some practice using it. In the following chapters, you'll be using the DOM and the API commands associated with it to create custom commands, inspectors, and panels. By the end of this book, you'll be climbing around inside the DOM like a regular DOM- monkey , and creating much more sophisticated extensions than you've been attempting up to this point. Have a blast! |