Anthony
unread,May 23, 2011, 8:40:57 AM5/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jqm...@googlegroups.com
edit to original post:
Additional to the change in the jQuery Mobile framework,
I also note that one can assign ->noBackBtn(true) to a page but not a header.
By duplicating the attributes and get/set methods used by jqmPage, into jqmHeader - the back button can also be sucessfully shown/hidden using this attribute.
This might not have been the best way to implement, as it would make sense to inherit it from a parent class?
Either way, just an FYI on how i got the back button in my headers working.