Title panel

From JRapid

(Redirected from Title)
Jump to: navigation, search

The "title" attribute specifies the title to be displayed on HTML page of the panel.

Example:

<panel name="Index" title="Default main page">
   ...
</panel>
Title example

Usage:

<panel name=NAME title=TITLE>
   ...
</panel>