Visual Tool Markup Language is a programming language created in 1997.
#3226on PLDB | 27Years Old |
Visual Tool Markup Language, a user interface markup language used by Macromedia HomeSite, ColdFusion Studio and JRun Studio. VTML is used for tag editors and custom dialogs shipped with these applications and can be used to extend the user interface and to support additional tag-based languages. It is documented in help files included with these applications or available online, notably in the "VTML Reference" and "Customizing the Development Environment" sections. Read more on Wikipedia...
<TAG> <ATTRIBUTES>
... Defines tag attribute properties and behavior
</ATTRIBUTES>
<ATTRIBCATEGORIES>
... Defines logical grouping for tag attributes
</ATTRIBCATEGORIES>
<EDITORLAYOUT>
... Defines the layout of a tag editor
</EDITORLAYOUT>
<TAGLAYOUT>
... Defines the tag generation template
</TAGLAYOUT>
<TAGDESCRIPTION>
... HTML-based documentation for the tag
</TAGDESCRIPTION>
</TAG>