AUTHORINFO ElementContains information about the author of the TQS application. Syntax<AUTHORINFO AUTHOR="author" EMAIL="email" WEBSITE="website" /> Attributes
PlacementThe AUTHORINFO element must be a child of the TQS element. ChildrenNo children are supported within the AUTHORINFO element. RemarksThis information is displayed in the About screen. The values for e-mail and web site will be displayed as hyperlinks, allowing the user to click on them. For the e-mail address, the mailto: prefix will be added; for the web site URL, you must include the protocol prefix (http://). Use of the AUTHORINFO element is optional. Additionally, each attribute is optional. Example<AUTHORINFO AUTHOR="Bot Productions" EMAIL="mail@botproductions.com" WEBSITE="http://www.botproductions.com" /> |