[thelist] Popping a window from a form

Atkins, Chris CAtkins at patriothomes.com
Thu May 25 10:55:01 2000


And yet another extension, somewhat:
<tip type="interdev">
In Visual InterDev, simply be sure that your properties window is 
docked where you can see it.  Then if your cursor is located within
a tag, that properties window will list all the possible attributes in
traditional Visual Studio style.
</tip>

Now I'm just waiting for someone to mention Emacs.... Dan? ;)

> > <tip subject=avoiding dumb questions while using HomeSite>
> > If you're not sure a tag can do something, see what HS lists for it in
> the
> > tag help...
> > </tip>
> 
> 
> And to extend this tip somewhat:
> 
> <tip type="cfstudio" author="isaac">
> 
> In CFStudio (and possibly HomeSite), you can right-click a tag within your
> code
> and select "Edit tag..." to see many of the options/attributes available.
> Some
> are specified as available to certain browsers only.
> 
> It can be a great (and quick) help if you forget an attribute or want to
> see
> what else may be possible.
> 
> </tip>