HTML page title

A place for users and developers of the Xataface to discuss and receive support.

HTML page title

Postby tomhousley » Mon Nov 09, 2009 2:25 pm

Hello,

When in list view of a specifc table, the HTML page title looks like this:

Code: Select all
<title>tbl_tablename - Name of Xataface Site</title>


How do I change the way in which the table name is shown to something a little more understandable?

Many thanks, Tom
tomhousley
 
Posts: 52
Joined: Thu Feb 26, 2009 1:02 am
Location: United Kingdom

Postby shannah » Mon Nov 16, 2009 4:33 pm

You can use the html_title block in your delegate class.

e.g.

Code: Select all
function block__html_title(){
    echo "my Title";
}
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Postby tomhousley » Tue Nov 17, 2009 3:45 am

That's great - thank you Steve
tomhousley
 
Posts: 52
Joined: Thu Feb 26, 2009 1:02 am
Location: United Kingdom


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 28 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved