Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
jphilapy #1
DW Extension detect php code in document
I want to insert some php code into a document, but I want first determine if I
am inside php tags. If I am then I will insert the php code without the php
tags. But if I am not inside the php tags then I will insert php code with the
tags.
For example if insertion point is:
<body>
<?php
|
?>
</body>
then insert echo "hello world";
But if the insertion point is
<body>
|
</body>
then insert:
<?php
echo "hello world";
?>
If it is possible then can you tell me which command I must use or point me in
the right direction?
Jeff
jphilapy Guest
-
Set focus to document window / Bookmark extension
Does anyone know of a way to set focus to a document window? I've written an extension for Dreamweaver coders. It saves the current... -
Code toolba Extension
I noticed that there was a new extension for the code toolbar. I was hoping that there would be an option for a bookmark in the code view, this is... -
actionscript code to detect indetifier?
don't know if there is a way detect if the inditifer exist in the library by actionscript I want to use it as my component development -
Detect embedded php code?
Hi!, I don't think I have posted to this group before. Have been using PHP on my webserver for a few months now and finding that I like it quite... -
document type extension preference
Howdy, I want to change my default extension to .html. In DW4 it was easy - in MX I've got to change the preference in an xml document. Is that...



Reply With Quote

