Better way to deal with the requirement for events to be bound before jqm is loaded.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 22:01:23 +0000 (17:01 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 22:08:08 +0000 (17:08 -0500)
commit199c6722b26352dc6f525b2781afbe06a1b92f1b
tree753f74cdd65bde8476a71221749c0a5437143514
parenteeccb24ef5b04085c372572bd59ec380cef22973
Better way to deal with the requirement for events to be bound before jqm is loaded.

Mobile apps should implement an {app}_Application::mobileInitCallback() method that is
responsible for bringing in any additional javascript files and setting up event bindings
that must be done prior to jqm being initialized. At the minimum, this would include
a mobileinit handler to localize the Back and Loading text.
horde/templates/common-header-mobile.inc
imp/lib/Application.php
imp/mobile.php
kronolith/lib/Application.php
kronolith/mobile.php
kronolith/templates/common-header-mobile.inc [deleted file]