Dreamweaver gives you tremendous power to automate advanced
Web page techniques with access to the Document Object Model. As you ponder building your own behaviors,
remember the following:
n If you can achieve a result in JavaScript, chances are good you can create a behavior to automate
that task.
n Dreamweaver includes an expanded Document Object Model (DOM) that enables the programmer
to examine and modify virtually every aspect of an HTML page.
n You can use Dreamweaver??™s built-in JavaScript extensions and API functions to build your own
actions.
n Dreamweaver??™s JavaScript extensions enable you to open existing documents, as well as create and
save new ones.
n Many useful functions can be found in the Dreamweaver 9\Configuration\Shared\Common\Scripts
folder.
In the next chapter, you learn how Dreamweaver??™s server behaviors work and how to build your own custom
ones.
BC 57
Creating a Behavior
Pages:
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946