Web and app UIsUDB udb$.udb.title()Version: 11.2On this page$.udb.title() $.udb.title() Gets or sets the title displayed on the tab of the browser. Returns a string representing the current (the "old") title. Syntax $.udb.title( *title* ) The optional title is a new value that the browser tab title is set to. Example $.udb.title('My app');