This content has been marked as final.
Show 4 replies
-
1. Re: How to modify the Quick Start Wizard?
charlie@carehart.org Aug 29, 2007 7:08 PM (in response to slogik)slogik, which wizard exactly are you running? for instance, when I search the files related to wizards, I find that one of them does list the various doctypes, though I can't know if it's the one you're interested in:
C:\Program Files\Macromedia\HomeSite+\Wizards\CFML\Custom.wizml -
2. Re: How to modify the Quick Start Wizard?
slogik Aug 30, 2007 7:04 AM (in response to charlie@carehart.org)I am talking about the HTML Quick Start wizards that runs from first button (normally the one just before the «Body» button) of the «Common» section of Homesite's tool bar. You will find the 2 files running that wizard in:
C:\Program Files\Macromedia\HomeSite+\Wizards\HTML\
They are Quick Start.vtw and QuickStart.wizml. And here's the code of Quick Start.vtw:
-
3. Re: How to modify the Quick Start Wizard?
charlie@carehart.org Sep 7, 2007 6:02 PM (in response to slogik)Sorry, slogik, I'm afraid I haven't any more insight into this for you. I just haven't done wizml coding so don't know how to put the parts together to answer your question. Perhaps Jeff W will. -
4. Re: How to modify the Quick Start Wizard?
JeffW Sep 7, 2007 6:16 PM (in response to slogik)Just playing with it, it looks like it is the cbDocType that is a defined bound control type.
<INPUT name="cbDocType" param="DocType">
no, I haven't found where or how cbDocType is defined yet...
In the homesite help, look at the VTML Reference, Bound Controls
and VTML Reference, INPUT (Wizards)
I'm guessing this falls under "Special Parameter" as mentioned here;
VTML Reference, VTML for Wizards, Special Parameters
I haven't done much with wizards yet, so I was just digging. If you've been editing them you may already know more than me here.


