Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
LeedsJohn #1
Create New Document from Insert Bar
I'm trying to develop a small suite of tools that will be run from a group in
the Insert Bar.
I have a command that works OK from the 'Commands' menu, but not from the
Insert Bar.
How do I achieve this from the Insert bar? Currently it inserts the DOCTYPE
into the current document!
Which DOCTYPE declaration should I use for this?
Any hints gratefully received!
The html is:
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<HTML>
<HEAD>
<TITLE>Create New Page From Specific Template</TITLE>
<script language="javascript">
function newFromSpecificTemplate(){
var siteRoot = dreamweaver.getSiteRoot();
var templateFile = siteRoot + 'Templates/MyTemplate.dwt';
dreamweaver.newFromTemplate(templateFile,1);
}
</script>
</HEAD>
<body onLoad="newFromSpecificTemplate()">
</body>
</HTML>
LeedsJohn Guest
-
BIG document insert to database problem
Hello. I have this BIG problem, have tampered with this for weeks now. I try to insert a record to an Access database (memo-field). Everything works... -
Insert Word Document
I'm having trouble trying to insert a Word document onto a page. I would like to have the document (a testimonial letter), appear exactly at the... -
Document, Pages, Insert
OS = Windows 2000 Pro; Dell Pentium 4; 512 MB memory using Adobe Acrobat 6 I want to insert multiple pdf documents as a group into a single... -
Insert break in XML document
Is there any way to insert a break <br> in xml document as in html? If no is there any other way to insert a new line when send a node value in Flash? -
Insert Table comand greyed out in new document
Can anyone please tell me why the "Insert table" command, both on the objects panel and in the regular menu, would be greyed out when opening a new...



Reply With Quote

