How do I create custom wizards? -
07-12-2004
, 09:44 AM
I have switched over to Dreamweaver from Homesite. I was able to create wizards
in Homesite, but I can not find any files or examples of how to do this in
Dreamweaver MX such as how it was done in Homesite. It appears that dreamweaver
does this by using javascript only where as in homesite it was different (see
snippet of code below). Can someone please point me in the direction of some
files that are part of dreamweaver or examples on this site?
.........................
<tag name="Wizard">
<editorlayout width=580 lfwidth=696 height=410 lfheight=466>
<!-- Window Option area -->
<container type="Panel" name="Panel1" caption="Window options"
width="MAXIMUM" height=264 lfheight=300 maxwidthpadding=5 maxheightpadding=5
corner="NW" right=30 down=10 vertresize="BODY" horizresize="BODY">
<control type="Label" name="lblSource" corner="NW" right=40 down=19
caption="Linking Text"/>
<control type="TextBox" name="txtLink" corner="NW" right=100 down=15
value="" width="353"/>
.........................
thanks in advance. |